목록2025/05/20 (1)
Study Memory Work
[K8S] 노드 NotReady 상태 해결하기
더보기더보기Kubernetes 클러스터 문제 해결 체크리스트컨테이너 런타임 확인: systemctl status containerdkubelet 서비스 확인: systemctl status kubelet로그 검사: journalctl -xu kubelet --no-pager | tail -n 50CNI 구성 확인: /etc/cni/net.d/ 디렉토리의 구성 파일 확인네트워크 인터페이스 확인: ip a노드 상태 확인: kubectl get nodes파드 상태 확인: kubectl get pods --all-namespaces1. Kubernetes 클러스터에서 가장 기본적인 문제 중 하나는 컨테이너 런타임(containerd)이 실행 중인지 확인systemctl status containerd- 만약 c..
카테고리 없음
2025. 5. 20. 13:43