RoleBinding
Resource Icon
Resource Overview
A Kubernetes resource that grants users reference to roles applicable within a specific namespace.
Associated Resources
Parent Resource
Connected Resources
Resource Setting Values
service_name
: Name of the RoleBinding resourcenamespace
: Namespace where the RoleBinding resource will be deployedannotations
: Key-value pairs used to display necessary information in the Kubernetes systemlabels
: User-specified values to distinguish objectsrole_name
: Name of the Role to bind to the subjectsubject
: Configuration for the entity to be granted the Rolename
: Name of the subject to bindnamespace
: Namespace of the subject to bindapi_group
: API group responsible for authorization decisions -rbac.authorization.k8s.io
,User
,Group
kind
: Type of the subject to bind -ServiceAccount
,User
,Group