RoleBinding
Resource Icon

Resource Overview
A Kubernetes resource that binds roles applied within a specific namespace to subjects.
Associated Resources
Parent Resource
Connected Resources
Resource Configuration
Basic Settings
namespace: Namespace where the RoleBinding resource will be appliedannotations: Metadata key-value for the RoleBinding resourcelabels: User-defined labels used to distinguish the RoleBinding objectrole_type: Type of role to bind -Role,ClusterRolerole_name: Name of the Role or ClusterRole to bind to the subject
Subject Settings (subject)
subject.kind: Type of subject to bind -ServiceAccount,User,Groupsubject.namespace: Namespace of the subject to bindsubject.api_group: API Group that makes authorization decisions -rbac.authorization.k8s.io