- Home
- All questions
- Question 61
CKA study material · question 61 of 1000
Why is the bootstrap token printed by kubeadm init treated as a secret?
Show the answer
Answer: C. Anyone holding it can add authenticated nodes to the cluster
The token mutually authenticates the control plane and joining nodes, so it lets anyone add a node.
Source: Creating a cluster with kubeadm (Kubernetes) — Initializing your control-plane node