Cross namespaced access
How to provide namespaced acces to a service account of other namespace?
Problem:
Let, we have two namespaces A and B. We want to provide access of some resources of namespace B to a ServiceAccount
of namespace A.
Solution:
Create a RoleBinding
in namespace B with subject pointing to ServiceAccount
of namespace A.
Last updated