Study. uk . com
  1. Home
  2. All questions
  3. 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?

  1. /var/lib/kubelet/kubeconfig
  2. /etc/kubernetes/kubelet.conf
  3. /root/.kube/config on any worker node
  4. /etc/kubernetes/admin.conf
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

Challenge yourself on this topic → Study as cards