Process Flow - Using labels for service routing
Create Pods with labels
Define Service selector
Service routes traffic
Traffic reaches matching Pods
Pods respond to requests
END
Pods are created with labels. The Service uses selectors to find Pods with matching labels. Traffic sent to the Service is routed to those Pods.