공부 기록/영상 후기
[초보를 위한 쿠버네티스 안내서] 쿠버네티스를 이용한 배포 데모
yurison
2023. 5. 21. 22:02
명령어
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 ~