Demo: map Ingress, Service, Deployment, and Pods
A Kubernetes topology diagram helps explain how traffic reaches pods. It is especially useful for debugging selector mismatches and unexpected exposure.
- Start from Ingress or Gateway and follow traffic inward.
- Compare Service selectors with Deployment pod labels.
- Show namespaces when multiple teams share a cluster.
Ingress api.example.com -> Service api-svc:80 -> Deployment api -> Pods app=api