Kubernetes - get all bindings that belong to a service account

Viewed 16

in Kubernetes, I want to get all the bindings (role binding or clusterrolebinding) that belong to a service account. Is there a way to do this?

0 Answers
Related