Skip to main content

ClusterRoleBinding



Resource Icon

Resource Overview

A Kubernetes resource that binds cluster-level roles to subjects across all namespaces.

Associated Resources

Parent Resource

Connected Resources


Resource Configuration

Basic Settings

  • annotations : Metadata key-value for the ClusterRoleBinding resource
  • labels : User-defined labels used to distinguish the ClusterRoleBinding object
  • role_name : Name of the target ClusterRole to bind
  • subject : Subject to which the ClusterRole is granted, including kind - ServiceAccount, User, Group, namespace (namespace to which the subject belongs), and api_group - rbac.authorization.k8s.io

References