Backend/Docker, Kubernetes

자꾸 까먹는 kubectl 명령어 정리

findmypiece 2021. 5. 31. 08:37
728x90

현재 접속된 namespace 변경

이걸 설정하면 명령어 날릴 때마다 -n 옵션 안줘도 된다.

kubectl config set-context --current --namespace=common

 

pod 상세 상태정보 확인

kubectl describe pod test-pod

 

현재 접속한 클러스터 확인

kubectl config get-contexts
728x90