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 |
Tags
- Java
- mysql 튜닝
- 티스토리챌린지
- AWS EKS
- golang
- PETERICA
- kotlin coroutine
- go
- 공부
- 정보처리기사실기 기출문제
- Elasticsearch
- CloudWatch
- Linux
- Kubernetes
- Pinpoint
- kotlin querydsl
- 코틀린 코루틴의 정석
- 기록으로 실력을 쌓자
- 정보처리기사 실기 기출문제
- tucker의 go 언어 프로그래밍
- 오블완
- AI
- aws
- minikube
- Spring
- kotlin
- docker
- CKA
- CKA 기출문제
- APM
Archives
- Today
- Total
목록헬렘 설치하기 (1)
피터의 개발이야기

ㅁ 헬렘 설치하기 $ curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 $ chmod 700 get_helm.sh $ ./get_helm.sh ㅁ 설치 확인 helm version ㅁ 헬렘 자동완성기능 추가 # helm zsh 자동완성기능 추가 $ echo 'source > ~/.bashrc [ec2-user@ip-172-31-43-214 ~]$ helm completion (generate autocompletion scripts for the specified shell) push (push a chart to remote) create (create a new chart with t..
Kubernetes/Helm
2022. 9. 17. 23:23