Skip to content

Ingresses view#

In the Ingresses view, users can manage Kubernetes Ingresses effectively. In Kubernetes, Ingresses are API objects that manage external access to services within a cluster. They provide features like HTTP and HTTPS routing, load balancing, and host- or path-based routing. With Lens, you can easily observe, edit, and delete Ingresses in a clear table format. See Kubernetes Documentation: Ingress for details.

The Ingresses table lists the cluster Ingresses. 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 Ingresses 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 Ingress.
Namespace The namespace to which the Ingress belongs.
Load Balancers Details about the associated load balancers.
Rules Information about the routing rules.
Age The age of the Ingress.
More Actions Clicking on the button opens a drop-down list with the following actions:
  • Edit

    Changes the configuration of the Ingress.

  • Delete

    Removes the Ingress.