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