I would like to know what resources are available in the entire K8s cluster that I am using.
To be clear, I am not talking about the Resource Quotas, because those only define resources per namespace. I would like to know what the capabilities of the entire cluster are (memory, cpu,...). Please note that the sum of all resource quotas is not equal to the capabilities of the cluster. The sum can be greater (creates race condition for resources between namespaces) or smaller (cluster not used to its fullest potential) than the resources of the cluster.
Can I use kubectl to answer this query?