Skip to content

Resource Quotas view#

Kubernetes ResourceQuotas provide a mechanism to manage and restrict resource consumption in a Kubernetes cluster. They help ensure that namespaces and workloads do not consume more resources than specified, enabling better resource utilization and allocation. For a deeper understanding of Kubernetes ResourceQuotas, please refer to the Kubernetes Documentation.

The Resource Quotas table lists the cluster ResourceQuotas. You can click the list items and open the details panel with comprehensive information and various options. The Namespace drop-down list filters the cluster objects by namespaces. You can also search for a specific item using the Search Resource Quotas input field.

You can resize and reorder the table columns. Drag the column border in the table header to change the width. To change the column position, drag its header left or right. Also, you can sort objects in ascending or descending order by clicking the header of a column and configure the column visibility. By default, the table consists of the following columns:

Note

The table content can be exported in the CSV file format.

Column Description
Name The name of the ResourceQuota.
Namespace The namespace in which the ResourceQuota applies.
Age The age of the ResourceQuota, indicating its duration in the cluster.
More Actions Clicking on the button opens a drop-down list with the following actions:
  • Edit

    Changes the configuration of the ResourceQuota.

  • Delete

    Removes the ResourceQuota.