반응형
helm 명령어 도움
helm 가이드
helm completion
helm 자동완성
source <(helm completion bash)
레포지토리 조회 / 삭제 / 추가
로컬에 등록된 저장소 내부에서 검색
helm search repo
hub 검색
helm search hub
레포지토리 URL 추가
helm repo add {name} {url}
레포지토리 리스트 확인
helm repo list
레포지토리 업데이트
helm repo update
Chart 설치 / 삭제 / 조회
Chart 설치
helm install {차트 이름} {설치 대상 차트}
Chart 삭제
helm uninstall {차트 이름}
Chart 조회
helm list
Chart 상태 확인
helm status
반응형
'인프라 > 쿠버네티스' 카테고리의 다른 글
/etc/kubernetes/pki/ vs /var/lib/kubelet/pki/ 차이점 (0) | 2025.07.02 |
---|---|
Kubernetes Network Policy (0) | 2025.06.23 |
cgroup 의 이해 (1) | 2025.06.06 |
kubernetes 테스트 환경 구축 (0) | 2025.06.03 |
쿠버네티스 정의 / 구조 / 실행 흐름 (0) | 2024.07.20 |