- Home
- All questions
- Question 948
CKA study material · question 948 of 1000
An engineer has lost their kubeconfig but still has SSH access to a control plane node. Where can a working one be found?
Show the answer
Answer: D. /etc/kubernetes/admin.conf
admin.conf on the control plane node is the administrator kubeconfig kubeadm generates; kubelet.conf identifies the node's kubelet, not a human operator.
Source: Troubleshooting kubectl (Kubernetes) — Check kubeconfig