Kubernetes Production Traffic Flow
A Kubernetes request is not 'sent to a pod'. It crosses multiple policy, routing and service-discovery boundaries. This diagram makes those boundaries visible so teams can reason about failure domains and telemetry.
Every hop creates a separate failure domain.
Service discovery and policy are distinct from workload health.
Telemetry should cover the request path, not only the pod.