Study. uk . com
  1. Home
  2. All questions
  3. Question 550

CKA study material · question 550 of 1000

Which kubeadm-generated kubeconfig holds an identity that skips the authorization layer, RBAC included?

  1. super-admin.conf
  2. admin.conf
  3. controller-manager.conf
  4. kubelet.conf
Show the answer

Answer: A. super-admin.conf

super-admin.conf carries a certificate in system:masters, a break-glass group that bypasses authorization. It is recommended to move it somewhere safe rather than leave it beside admin.conf.

Source: Creating a cluster with kubeadm (Kubernetes) — Initializing your control-plane node

Challenge yourself on this topic → Study as cards