https://helm.sh/ja/docs/intro/using_helm/
チャートは、Helmのパッケージ
リポジトリは、チャートを集め共有するための場所
リースは、Kubernetes上で実行されているチャートのインスタンス
- 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 $ helmfile apply -e dev |
Was this helpful?
0 / 0
1989年生まれのSRE。ホスティングから大規模なアドテクなどのインフラエンジニアとして携わる。現在はサービスの信頼性向上、DevOps、可用性、レイテンシ、パフォーマンス、モニタリング、オブザーバビリティ、緊急対応、AWS/Azureでのインフラ構築、Docker開発環境の提供、Kubernetes保守、インフラコード化、新技術の検証、リファクタリング、セキュリティ強化などを担当している。個人開発では「夫婦、パートナー向け家事管理サービス/famii」をCakePHPで開発中。個人事業主では数社サーバー保守とベンチャー企業のインフラコンサルティングやMENTAで未経験者にインフラのコーチング/コミュニティの運用を実施している。また、「脆弱性スキャナVuls」のOSS活動もしており、自称エバンジェリスト/技術広報/テクニカルサポート/コントリビュータでもある。