株式会社ヴァンデミックシステム

Blog

<スポンサーリンク>

公式リポジトリ

https://github.com/helm/charts/tree/master/incubator/aws-alb-ingress-controller

手順

リポジトリの追加

helm repo add incubator http://storage.googleapis.com/kubernetes
-charts-incubator

デプロイ

helm install incubator/aws-alb-ingress-controller 
--set clusterName=eks-cluster --set autoDiscoverAwsRegion=true 
--set autoDiscoverAwsVpcID=true --namespace kube-system 
--generate-name

デプロイ確認

helm list

出力結果

NAME                                    NAMESPACE   REVISION   
                            
aws-alb-ingress-controller-1582017381   default     1           
UPDATED                    STATUS
2020-02-18 18:16:24.343653 +0900 JST    deployed    

CHART                   APP VERSION
aws-alb-ingress-controller-0.1.13   v1.1.5


<スポンサーリンク>

コメントを残す

Allowed tags:  you may use these HTML tags and attributes: <a href="">, <strong>, <em>, <h1>, <h2>, <h3>
Please note:  all comments go through moderation.

*

日本語が含まれない投稿は無視されますのでご注意ください。(スパム対策)