I deploy some functions using Openfaas over Kubernetes. Openfaas function is using openfaas-fn
namespace which I can set quota for.
The question is how if I want to group functions (kind of labeling) and set quota for each group of functions. Meaning fn1, fn2, fn3
limited to 1Gi
memory but fn4, fn5, fn6
limited to 3Gi
. Is there any way to manage quota in this way?
No, unfortunately quotas in Kubernetes apply to namespaces only.