sprkd
.io
🗡️ Gauntlet
Courses
Roles
Certs
Coach
Pricing
Sign in
☸️
Kubernetes
1 / 16
RBAC & Security
Working
How does Kubernetes RBAC determine the groups a user belongs to (e.g.,
system:authenticated
)?
A
Groups are auto-generated from the user's RoleBindings
B
Groups are defined as Group objects in the RBAC API
C
Groups are supplied by the authenticator (e.g., certificate O fields, OIDC claims), not stored as RBAC objects
D
Groups are listed inside each ClusterRole's
subjects
field
← Back
Next →