- Home
- All questions
- Question 944
CKA study material · question 944 of 1000
Why is granting get on nodes/proxy more dangerous than it looks?
Show the answer
Answer: B. It opens kubelet APIs that can run commands in any container on the node
The nodes/proxy subresource reaches powerful kubelet endpoints, so even a read verb on it is effectively command execution on that node's workloads.
Source: System Logs (Kubernetes) — Log query