Setting Kubernetes Resource Quotas by Service Account? Setting Kubernetes Resource Quotas by Service Account? kubernetes kubernetes

Setting Kubernetes Resource Quotas by Service Account?


Quota is per namespace. I don't think it is likely to be updated to subdivide a namespace by user (or service account). Right now, resources don't have the concept of an "owner", so it isn't possible to attribute a pod in a namespace to a particular creator. It gets even muddier when replication controllers create pods automatically. If one person creates a replication controller and another person scales it up, which one of them "owns" those pods? Those are the sorts of questions that would need clear answers before ownership could factor into quota.