I'd like to ask if is there possibility to create shared quota for few namespaces, e.g. for team
Scenario:
cluster:
100c
100gb ramquota for TEAM A 40c/40gb
quota for TEAM B 60c/60gbSome namespaces from TEAM An e.g.
teama-dev
teama-test
teama-stage
teama-intHave to be all limited to quota 40c/40gb
Same for TEAM B.
Case is that I don't want specify quotas directly for namespaces, but for team, or group of namespaces
That is not possible in Kubernetes today.
OpenShift supports quota across multiple namespaces via ClusterResourceQuota, and it is possible something like that might make it into Kubernetes in the future, but does not exist yet.