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

CKA study material · question 18 of 1000

Which two objects are namespaced in the RBAC API? Choose two.

  1. ClusterRole
  2. Role
  3. RoleBinding
  4. ClusterRoleBinding
Show the answer

Answer: B. Role
C. RoleBinding

Role and RoleBinding live in a namespace; ClusterRole and ClusterRoleBinding are cluster-scoped.

Source: Using RBAC Authorization (Kubernetes) — API objects

Challenge yourself on this topic → Study as cards