https://helm.sh/ja/docs/intro/using_helm/
-
チャートは、Helmのパッケージ
-
リポジトリは、チャートを集め共有するための場所
-
リースは、Kubernetes上で実行されているチャートのインスタンス
- k8sのパッケージが簡単に確認できるサイト
- search
1 2 3 4 5 6 7 |
$ helm search hub wordpress --max-col-width 100 URL CHART VERSION APP VERSION DESCRIPTION https://artifacthub.io/packages/helm/kube-wordpress/wordpress 0.1.0 1.1 this is my wordpress package https://artifacthub.io/packages/helm/bitnami-aks/wordpress 15.2.13 6.1.0 WordPress is the world's most popular blogging and content management platform. Powerful yet simp... https://artifacthub.io/packages/helm/shubham-wordpress/wordpress 0.1.0 1.16.0 A Helm chart for Kubernetes https://artifacthub.io/packages/helm/bitnami/wordpress 16.1.15 6.2.2 WordPress is the world's most popular blogging and content management platform. Powerful yet simp... https://artifacthub.io/packages/helm/truecharts/wordpress 2.0.18 6.2.2 The WordPress rich content management system can utilize plugins, widgets, and themes. |
- Repository install
1 2 |
$ helm repo list $ helm repo add bitnami https://charts.bitnami.com/bitnami |
- install
1 |
$ helm install wordpress bitnami/wordpress |
- delete
1 |
$ helm delete wordpress |
- helmfileのdiff確認と適用
1 2 3 |
$ helm plugin install https://github.com/databus23/helm-diff $ helmfile diff -e dev --context 2 $ helmfile apply -e dev |
Was this helpful?
0 / 0
1989年生まれのFindy/SRE。ホスティングから大規模なアドテクなどのインフラエンジニアとして携わる。現在はサービスの信頼性向上、DevOps、可用性、レイテンシ、パフォーマンス、モニタリング、オブザーバビリティ、緊急対応、AWSでのインフラ構築、Docker開発環境の提供、IaC、新技術の検証、リファクタリング、セキュリティ強化、分析基盤の運用などを担当している。個人事業主では数社サーバー保守とベンチャー企業のSREインフラコンサルティングやMENTA/TechBullで未経験者にインフラのコーチング/コミュニティマネージャーとして立ち上げと運営をしている。また、過去「脆弱性スキャナVuls」のOSS活動もしており、自称エバンジェリスト/技術広報/テクニカルサポート/コントリビュータでもある。