Skip to content

Leases view#

Kubernetes Leases play a vital role in ensuring the availability and synchronization of resources among the components in a cluster. Leases provide an efficient way to manage the ownership and maintenance of resources, preventing conflicts and enabling smooth operation. See Kubernetes Documentation: Leases for details.

The Leases table lists the cluster Leases. 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 Leases 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 Lease, which typically identifies the resource or lock it represents.
Namespace The namespace in which the Lease is created and operates.
Holder Represents the entity (e.g., a Pod or controller) that currently holds the Lease.
Age Displays the age of the Lease, indicating how long it has been in existence.
More Actions Clicking on the button opens a drop-down list with the following actions:
  • Edit

    Changes the configuration of the Lease.

  • Delete

    Removes the Lease.