Helm (3) - 저장소 (Repository)

이것저것 개발자·2023년 4월 12일
0

helm

목록 보기
3/3

Helm Chart Repository

  • http/https 웹 서버
  • index.yaml을 통해 차트 정보 관리
  • 버전 별 차트 압축파일

index.yaml

  • Helm 차트의 Chart.yaml 내용
  • 차트 압축파일의 위치 (urls)
  • 차트 압축파일의 hash 값 (digest)
  • 모든 차트의 내용을 하나의 인덱스 파일로 관리

명령어

저장소 추가
helm repo add

저장소 삭제
helm repo remove

저장소 리스트
helm repo list

index.yaml 생성
helm repo index

캐싱된 index.yaml 갱신
helm repo update
  • package 명령어
helm pagkage [PATH]
profile
조호영, Developing something

0개의 댓글