Which kinds of objects does the Kubernetes RBAC API declare?
Which kinds of objects does the Kubernetes RBAC API declare?
Kubernetes RBAC (Role-Based Access Control) API declares objects such as Role, ClusterRole, RoleBinding, and ClusterRoleBinding. Roles define permissions within a namespace, while ClusterRoles are used for cluster-wide permissions. RoleBindings and ClusterRoleBindings bind these roles to users, groups, or service accounts.
https://docs.vmware.com/en/VMware-Tanzu-Kubernetes-Grid/2.2/tkg-deploy-mc/mgmt-iam-configure-rbac.html
B. Role, ClusterRole, RoleBinding and ClusterRoleBinding