RBAC Flashcards

1
Q

What are cluster components are also clients in k8s?

A

node, scheduler, ctrl (the control plane)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

RBAC in k8s is ___ by default

A

deny

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

authentication options

A

bearer tokens, client certs, bootstrap tokens, external systems

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

k8s does not have any concept of ____

A

users. This is handled externally

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

every member of control plane gets associated with a

A

service account

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What are needed to grant permissions to user?

A

Roles and RoleBindings

How well did you know this?
1
Not at all
2
3
4
5
Perfectly