Helm 명령어로 애플리케이션 배포하기
설치
- zsh
- bash
$HOME/.zshrc
source <(helm completion zsh)
$HOME/.bashrc
source <(helm completion bash)
Repository
클라이언트에서 Repository 관리
helm repo add <repositoryName> <URL> [flags]
e.g., helm repo add stable https://charts.helm.sh/stable
helm repo list [flags]
helm search repo <keyword> [flags]
-l,--versions: 여러 버전을 표시합니다.
helm repo update [repositoryName1 [repositoryName2 ...]] [flags]
Repository 서버
e.g., https://github.com/lol-iot/helm-charts