Clusterrole — Certified Kubernetes Administrator (CKA) Practice Questions

A ClusterRole in Kubernetes is an RBAC object that defines a set of permissions scoped to the entire cluster, including non-namespaced resources like nodes, PersistentVolumes, and custom resource definitions. The CKA exam tests the distinction between a namespaced Role and a cluster-wide ClusterRole, as well as how ClusterRoleBindings grant those permissions to subjects across all namespaces. Candidates must be able to create and inspect ClusterRoles at the command line and understand the built-in ClusterRoles Kubernetes ships with by default. Misapplying ClusterRoles can inadvertently grant overly broad access, so correct usage is both a functional and security concern.

Free questions on clusterrole

What is the difference between a ClusterRole and a Role?
Free question · medium · full answer + explanation

More clusterrole questions in the full bank

Practice Certified Kubernetes Administrator (CKA) Questions Free