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

CKA study material · question 20 of 1000

Which permission requires a ClusterRole rather than a Role?

  1. Updating ConfigMaps in the default namespace
  2. Deleting Secrets in a single namespace
  3. Reading Pods in one namespace
  4. Reading the cluster's Node objects
Show the answer

Answer: D. Reading the cluster's Node objects

Nodes are cluster-scoped, and only a ClusterRole can grant access to cluster-scoped resources.

Source: Using RBAC Authorization (Kubernetes) — ClusterRole example

Challenge yourself on this topic → Study as cards