Kubernetes RBAC Resource Considerations
The Kubernetes client attempts to GET/LIST/WATCH the following resources.
The provided Kubernetes authentication credentials should have a minimum set of privileges to the following resources:
Resources |
Verbs |
---|---|
daemonsets |
[get list watch] |
deployments |
[get list watch] |
endpoints |
[get list watch] |
namespaces |
[get list watch] |
nodes |
[get list watch] |
pods |
[get list watch] |
replicasets |
[get list watch] |
replicationcontrollers |
[get list watch] |
services |
[get list watch] |
statefulsets |
[get list watch] |
daemonsets.apps |
[get list watch] |
deployments.apps |
[get list watch] |
endpoints.apps |
[get list watch] |
namespaces.apps |
[get list watch] |
nodes.apps |
[get list watch] |
pods.apps |
[get list watch] |
replicasets.apps |
[get list watch] |
replicationcontrollers.apps |
[get list watch] |
services.apps |
[get list watch] |
statefulsets.apps |
[get list watch] |
daemonsets.extensions |
[get list watch] |
deployments.extensions |
[get list watch] |
endpoints.extensions |
[get list watch] |
namespaces.extensions |
[get list watch] |
nodes.extensions |
[get list watch] |
pods.extensions |
[get list watch] |
replicasets.extensions |
[get list watch] |
replicationcontrollers.extensions |
[get list watch] |
services.extensions |
[get list watch] |
statefulsets.extensions |
[get list watch] |