Multi-Cluster Resources

Multicluster resources are resources such as namespaces, roles, and cluster roles that are managed and mapped to multiple clusters.

Namespace

Namespaces are used to logically isolate resources in a Kubernetes cluster.

Role

The role defines the permissions to the resources under the specified namespace of the cluster.

Cluster Roles

The cluster role defines the permissions to the resources under the cluster.

Role Binding

Role Binding defines the binding relationship between role bindings and service accounts.

Cluster role binding

Cluster role binding defines the binding relationship between cluster roles and service accounts.