쿠버네티스 helm 저장소 추가
2019. 6. 24. 15:36ㆍ[정리] 기능별 개념 정리/Kubernetes
helm repo update
helm repo add my-new-repository http://{helm-hub-주소}
ex. helm hub : https://hub.helm.sh/
helm repo list
리스트 결과
NAME URL
stable https://kubernetes-charts.storage.googleapis.com
local http://127.0.0.1:8879/charts
my-new-repository http://{helm-hub-주소}
'[정리] 기능별 개념 정리 > Kubernetes' 카테고리의 다른 글
쿠버네티스 입문 정리 - 01 - Pod (0) | 2020.04.03 |
---|---|
쿠버네티스 입문 정리 - 00 - 아키텍쳐 (0) | 2020.04.03 |
쿠버네티스 helm (0) | 2019.06.21 |
쿠버네티스 강의 정리 ( 3강 : Scaling ) (0) | 2019.06.01 |
쿠버네티스 강의 정의 ( 2강 : Pod, Node, Service ) (0) | 2019.06.01 |