nerdexam
Linux_Foundation

CKA · Question #63

Fix a single-node cluster that got broken during machine migration. First, identify the broken cluster components and investigate what breaks them. The decommissioned cluster used an external etcd ser

Task Summary SSH into node: cka000059 Cluster was migrated to a new machine It uses an external etcd server Identify and fix misconfigured components Bring the cluster back to a healthy state Step-by-Step Solution Step 1: SSH into the correct host ssh cka000059 Step 2: Check the

Submitted by stefanr· May 4, 2026Troubleshooting

Question

Fix a single-node cluster that got broken during machine migration. First, identify the broken cluster components and investigate what breaks them. The decommissioned cluster used an external etcd server. Next, fix the configuration of all broken cluster components and bring the cluster to a healthy state.

Explanation

Task Summary SSH into node: cka000059 Cluster was migrated to a new machine It uses an external etcd server Identify and fix misconfigured components Bring the cluster back to a healthy state

Step-by-Step Solution Step 1: SSH into the correct host ssh cka000059 Step 2: Check the cluster status Run: kubectl get nodes If it fails, the kubelet or kube-apiserver is likely broken. Check kubelet status: sudo systemctl status kubelet Also, check pod statuses in the control plane:

Topics

#Control Plane Troubleshooting#External etcd#Component Configuration#Static Pods

Community Discussion

No community discussion yet for this question.

Full CKA Practice