Notice
Recent Posts
Recent Comments
Link
목록2023/01/01 (1)
devops
Kubernetes App, Control Plane, Worker Node의 Failure 대처 명령어
Application ## 먼저 엔드포인트 확인 $ curl endpoint ## 서비스 상태 확인 (Selector와 Endpoint 체크) $ kubectl describe service web-service ## 파드 확인 $ kubectl get pod $ kubectl describe pod web $ kubectl logs web -f --previous Control Plane ## Node & Pod 확인 $ kubectl get nodes $ kubectl get pods ## Controlplane Pod & Service 확인 $ kubectl get pods -n kube-system ## Controlplane Service 확인 $ service kube-apiserver sta..
DevOps/Kubernetes
2023. 1. 1. 21:39