728x90
현재 접속된 namespace 변경
이걸 설정하면 명령어 날릴 때마다 -n 옵션 안줘도 된다.
kubectl config set-context --current --namespace=common
pod 상세 상태정보 확인
kubectl describe pod test-pod
현재 접속한 클러스터 확인
kubectl config get-contexts
728x90
'Backend > Docker, Kubernetes' 카테고리의 다른 글
kubectl panic: runtime error: index out of range .. with length .. [recovered] (0) | 2022.01.12 |
---|---|
docker-compose 로 로컬 카프카 띄우기 (0) | 2021.12.30 |
Deployment 적용시 ORA-01882: timezone region not found (0) | 2021.09.29 |
ingress https 설정 (0) | 2021.09.02 |
ConfigMap, Secert 갱신 시 pod 자동으로 rollout 하기 (0) | 2021.09.01 |