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 resourceannotations
: Key-value pairs used to display necessary information in the Kubernetes systemlabels
: User-specified values to distinguish objectsrole_name
: Specifies the name of the Role to be boundsubject
: Defines the subject to whom the Role will be assignedname
: Name of the subject to be boundnamespace
: Namespace of the subject to be boundapi_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