Skip to content

Cluster Role Bindings view#

In the Cluster Role Bindings view, you can manage Kubernetes ClusterRoleBindings, which are pivotal for controlling access and permissions at the cluster level. ClusterRoleBindings define what actions are allowed and who can perform them across the entire Kubernetes cluster. See Kubernetes documentation: Using RBAC Authorization for details.

The Cluster Role Bindings table lists the ClusterRoleBindings. You can click the list items and open the details panel with comprehensive information and various options. The Namespace drop-down list filters the cluster objects by namespaces. You can also search for a specific item using the Search Cluster Role Bindings input field.

You can resize and reorder the table columns. Drag the column border in the table header to change the width. To change the column position, drag its header left or right. Also, you can sort objects in ascending or descending order by clicking the header of a column and configure the column visibility. By default, the table consists of the following columns:

Note

The table content can be exported in the CSV file format.

Column Description
Name The name of the ClusterRoleBinding.
Bindings Information about the bindings associated with the ClusterRoleBinding.
Age The duration since the ClusterRoleBinding was created.
More Actions Clicking on the button opens a drop-down list with the following actions:
  • Edit

    Changes the configuration of the ClusterRoleBinding.

  • Delete

    Removes the ClusterRoleBinding.