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

Cluster Role Binding

A ClusterRoleBinding in Kubernetes associates a ClusterRole (which defines a set of permissions) with a user, group, or service account. This allows the specified subjects to have those permissions across all namespaces within the cluster.

More Details: https://kubernetes.io/docs/reference/access-authn-authz/rbac

The ClusterRoleBindings tab provides a comprehensive list of all ClusterRoleBindings within your Kubernetes cluster and their creation time. By selecting a specific ClusterRoleBinding, you can access detailed information about its configuration, including the subject (user, group, or service account) it binds to, and the associated ClusterRole that defines the set of permissions.

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

To create a Cluster Role Binding, simply:

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