Which API Objects support Quotas , Kubernetes kubectl

10/26/2018

Looking for a kubectl command to get the list of all the objects on which quotas can be applied , or a complete list somewhere else. In the documentation I could not find a complete list. OR does it mean all of them support quota?

Use case:

We need to apply quota on all the namespace resouces. But I doubt all of them support quota ?

-- Ijaz Ahmad Khan
docker
google-kubernetes-engine
kubernetes
openshift

1 Answer

10/26/2018

Here is a list of objects that is supported by kubernetes till now . They are categorized in Compute Resource Quota,Storage Resource Quota,Object Count Quota. Below is the kubernetes doc link.

supported api objects for quotas

-- Shashank Pai
Source: StackOverflow