Daniel Henson:
RBAC Question:
I see in the documentation that RoleBindings can be applied to groups. Are “groups” in this case the groups inherited from the underlying server/OS, or am I missing a way to create a “user group” in k8s?
What I’m trying to do:
Create a role, “devs,” in k8s. Assign N users to the group “project-developers.” Create a RoleBinding that associates all members of the group “project-developers” with the permissions granted in the k8s role “devs.”