Skip to main content

ClusterRoleBinding



Resource Icon

Resource Overview

A Kubernetes resource that grants users reference to roles applicable at the cluster level and across all namespaces

Associated Resources

Parent Resource

Connected Resources

Resource Setting Values

  • service_name: Name of the ClusterRoleBinding resource
  • annotations: Key-value pairs used to display necessary information in the Kubernetes system
  • labels: User-specified values to distinguish objects
  • role_name: Specifies the name of the Role to be bound
  • subject: Defines the subject to whom the Role will be assigned
    • name: Name of the subject to be bound
    • namespace: Namespace of the subject to be bound
    • api_group: API group that makes the authorization decision - rbac.authorization.k8s.io, User, Group
    • kind: Type of the subject to be bound - ServiceAccount, User, Group

Reference Materials