Ingress
A flat table of every Ingress the agent has synced.
| Column | What it shows |
|---|---|
| Namespace | |
| Name | |
| Class | The ingressClassName — Traefik, nginx, ALB, and so on. |
| Rules | Host and path rules, and the backend Service each routes to. |
| Age | Time since creation. |
An Ingress with no class is worth a second look: which controller picks it up then depends on the cluster’s default IngressClass, and that is a common cause of a route that silently never serves.
From the CLI
Section titled “From the CLI”rtz get ing -n payments