RBAC Flashcards
1
Q
What are cluster components are also clients in k8s?
A
node, scheduler, ctrl (the control plane)
2
Q
RBAC in k8s is ___ by default
A
deny
3
Q
authentication options
A
bearer tokens, client certs, bootstrap tokens, external systems
4
Q
k8s does not have any concept of ____
A
users. This is handled externally
5
Q
every member of control plane gets associated with a
A
service account
6
Q
What are needed to grant permissions to user?
A
Roles and RoleBindings