|
|
|
|
|
by swozey
2996 days ago
|
|
You recommend RBAC but then state that the k8s-dash starts with full permissions. That's not true at all when using RBAC. You need to define which namespaces, resources, etc get accessed. Right now with k8s if you deploy RBAC + k8s-dash (which is basically deprecated anyway) and don't set up its RBAC svc account you won't be able to view things in k8s without putting in your personal admin token because it would use the default service account which has no/very limited permissions. Definitely suggest adding more RBAC examples to this. And things like ETCD w/SSL, etc. |
|
Clicking SKIP hence gave full access until we did.
It's nice when things are idempotent, but removing stray things that should go absent is usually overlooked.