Skip to content

Networking

Services

The Services page lists all Services in the active namespace. The list shows:

ColumnDescription
NameService name
NamespaceOwning namespace
TypeClusterIP, NodePort, LoadBalancer, ExternalName
Cluster IPInternal cluster IP (or None for headless)
External IPExternal IP or hostname (LoadBalancer only)
PortsPort mappings (e.g., 80/TCP, 443:30443/TCP)
AgeTime since creation

Click a Service row to see the full selector, session affinity settings, and related Endpoints.

Endpoints

The Endpoints page lists the resolved IP:port pairs behind each Service. This is useful for debugging when a Service has no healthy endpoints (e.g., no pods match the selector).

Ingresses

The Ingresses page shows all Ingress resources with their host rules, paths, TLS settings, and the Ingress class used. Click a row to see the full rule list with path types and backend service mappings.

Network Policies

Network Policies control traffic flow between pods. The list shows the policy name, namespace, pod selector, and policy types (Ingress, Egress, or both).

Click a row to view the full ingress and egress rules — from/to selectors, namespace selectors, IP blocks, and ports.