11mia
2021. 8. 29. 03:04
※ 간단 개념 정리
□ Helm : 쿠버네티스에 패키지를 쉽게 배포할 수 있도록 패키지를 관리하는 쿠버네티스 전용 패키지 매니저. 기본 저장소는 아티팩트허브(https://artifacthub.io)
Artifact Hub
Find, install and publish Kubernetes packages
artifacthub.io
1. 설치
# 방법1
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
# 방법2
curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash
# 어디까지 했나
# 참고
헬름
헬름 - 쿠버네티스 패키지 매니저
helm.sh
문서 홈
문서 구성에 관해 알아야 할 모든 것
helm.sh