0 votes
in Kubernetes K8s by

If you have 200 micro-services in your clusters, how do you manage security of each one? How do you avoid toil?

1 Answer

0 votes
by
RBAC is the answer. You define roles. And you place subjects in those roles. Each role then will have access to X Y Z etc. This is really no different than AWS or AD.

.
...