본문 바로가기

공부 기록/영상 후기

[초보를 위한 쿠버네티스 안내서] 쿠버네티스를 이용한 배포 데모

https://youtu.be/dlI1PFCtfm0

명령어

kubectl get node

kubectl get namespace

kubectl get po -n monitoring

helm install ~

kubectl get po

kubectl get po -o wide

kubectl describe po/~

kubectl delete po/~

helm upgrade ~