Anyone knows how to give individual limited cluster access to users without using RBAC in kube 1.5.7?

7/7/2017

I want to be able to give certain users limited access to the cluster. The admin user is in the kube config but i want to give access to individual users like "bob" but only to just a certain namespace etc. Is the possible without using RBAC?

-- Toye
kubectl
kubernetes

1 Answer

7/7/2017

you will need to use ABAC authorization mode: https://kubernetes.io/docs/admin/authorization/abac/

-- Sebastien Goasguen
Source: StackOverflow