반응형
www.youtube.com/watch?v=j-YBgTnV2v0&list=WL&index=6&t=316s
helm install x stable/wordpress
## Helm 설치하기
$ curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3
$ chmod 700 get_helm.sh
$ ./get_helm.sh
## helm search repo wordpress
## helm search repo nginx
## helm search hub nginx
## helm repo add bitnami https://charts.bitnami.com/bitnami
## helm search repo nginx
## helm pull bitnami/nginx --untar=true
## 헬름으로 nginx 띄우기
## helm install helm-nginx bitnami/nginx
## kubectl get all (서비스, Pod, 디플로이먼트, 리플리카셋 동시 생성)
반응형
'쿠버네티스 기타' 카테고리의 다른 글
How ALB Ingress Controller works? | AWS ALB Ingress Controller | kubernetes Ingress controller - ALB 인그레스 아키텍처 (0) | 2020.11.02 |
---|---|
Fargate on EKS 구현 (0) | 2020.10.28 |
AWS Fargate on EKS 실전 사용하기 (0) | 2020.10.27 |
[헬름] Helm : The Kubernetes Package Manager (0) | 2020.10.15 |
Helm (헬름) 설치하기 (0) | 2020.10.14 |
댓글