- Home
- All questions
- Question 509
CKA study material · question 509 of 1000
A security review requires that a compromised kubelet cannot relabel other machines in the cluster. Which combination enforces that?
Show the answer
Answer: C. The Node authorization mode together with the NodeRestriction admission plugin
With Node authorization and NodeRestriction both enabled, a kubelet may only create or modify the Node object for its own machine. RBAC on its own does not distinguish one kubelet from another.
Source: Nodes (Kubernetes) — Management › Self-registration of Nodes