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

CKA study material · question 27 of 1000

An administrator writes rules into the rules field of an aggregated ClusterRole and they keep disappearing. What explains this?

  1. The rules are moved into the bound RoleBinding
  2. Aggregated ClusterRoles are read-only after creation
  3. A control-plane controller overwrites rules from the ClusterRoles the aggregationRule selects
  4. The API server rejects manual rules on aggregated roles
Show the answer

Answer: C. A control-plane controller overwrites rules from the ClusterRoles the aggregationRule selects

A controller fills an aggregated ClusterRole's rules from matching ClusterRoles, overwriting anything set by hand.

Source: Using RBAC Authorization (Kubernetes) — Aggregated ClusterRoles

Challenge yourself on this topic → Study as cards