- Home
- All questions
- Question 60
CKA study material · question 60 of 1000
Which group does the certificate inside kubeadm's super-admin.conf belong to?
Show the answer
Answer: B. system:masters
super-admin.conf carries a system:masters certificate, a break-glass identity that bypasses authorization including RBAC.
Source: Creating a cluster with kubeadm (Kubernetes) — Initializing your control-plane node