Quick Start Cluster Namespace Application Helm Apps F.A.Q

Cluster Role

A ClusterRole in Kubernetes defines a set of permissions that can be granted to users or service accounts across all namespaces within a cluster.

More Details: https://kubernetes.io/docs/reference/access-authn-authz/rbac/#rolebinding-and-clusterrolebinding

The ClusterRole tab displays a comprehensive list of all ClusterRoles within your Kubernetes cluster and their creation time. By selecting a specific ClusterRole, you can gain detailed insights into the granted permissions and the level of access it provides.

You can also create a new Cluster Role from this tab.

To create a CluterRole, simply:

  • Click on the ‘+ Cluster Role’ button
  • Provide the yaml/json definition of the Cluster Role (You can write the definition here or upload it from your machine)
  • Click on apply