Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 | 29 |
30 | 31 |
Tags
- 스트림
- 엔드포인트
- Up Casting
- public static final
- Stream
- finalize
- parameter group
- node.js
- 깊은 복사
- lambda
- singletone
- Java
- 파이참
- 얕은 복사
- Inbound
- identityHashCode
- extends
- pycharm
- dbeaver
- 자바
- generic programming
- Wrapper class
- 셔뱅
- shebang
- down casting
- constructor
- 내부클래스
- access modifier
- arraycopy
- has-a
Archives
- Today
- Total
٩(๑•̀o•́๑)و
13. Helm 본문
※ 간단 개념 정리
□ 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
'Container Infrastructure > Side Project_202108' 카테고리의 다른 글
15. Jenkins (0) | 2021.08.30 |
---|---|
14. NFS 설치 (0) | 2021.08.29 |
12. Docker Container (0) | 2021.08.28 |
11. kubernetes dashboard 생성 (0) | 2021.08.28 |
10. HPA(Horizontal Pod Autoscaler) (0) | 2021.08.28 |