Nov 10, 2020
Yes. You could either:
1. define one ClusterRole and 100 RoleBindings
2. define one ClusterRole and one ClusterRoleBinding
But with solution 2 the permissions would be given to all namespaces, including `kube-system`.
The best Idea would probably be solution 1 and using templating like using Helm.