Skip to main content

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 resource
  • namespace: Namespace where the RoleBinding resource will be deployed
  • annotations: Key-value pairs used to display necessary information in the Kubernetes system
  • labels: User-specified values to distinguish objects
  • role_name: Name of the Role to bind to the subject
  • subject: Configuration for the entity to be granted the Role
    • name: Name of the subject to bind
    • namespace: Namespace of the subject to bind
    • api_group: API group responsible for authorization decisions - rbac.authorization.k8s.io, User, Group
    • kind: Type of the subject to bind - ServiceAccount, User, Group

Reference Materials