K8s 설명 명령 옵션 클러스터 시작 kubeadm init 클러스터 정보 kubectl cluster-info 실행중인 pod 확인 watch kubectl get pods --all-namespaces 이벤트 확인 kubectl get events --namespace={네임스페이스} pod 정보 확인 kubectl describe pods {POD 이름} --namespace={네임스페이스} 클러스터 노드 확인 kubectl get no token 확인 kubeadm token list discovery-token-ca-cert-hash openssl x509 -pubkey -in /etc/kubernetes/pki/ca.crt | openssl rsa -pubin -outform der 2>/de..