Kubernetes - RBAC users and groups
RBAC model for Kubernetes assumes existing of: service accounts users groups when you define RoleBinding and ClusterRoleBinding you are pointing them into Subject.
RBAC model for Kubernetes assumes existing of: service accounts users groups when you define RoleBinding and ClusterRoleBinding you are pointing them into Subject.