- Home
- All questions
- Question 64
CKA study material · question 64 of 1000
Why must a Pod network add-on and its manifests support RBAC in a kubeadm cluster?
Show the answer
Answer: D. Because kubeadm enables RBAC by default
kubeadm turns RBAC on by default, so a network add-on has to work under it.
Source: Creating a cluster with kubeadm (Kubernetes) — Installing a Pod network add-on