educative.io

Service selector is to select deployments

I think you statement “They use label selectors to dynamically match Pods” can be corrected to “They use label selectors to dynamically match Deployments”.


Course: https://www.educative.io/courses/the-kubernetes-course
Lesson: Summary

Hello @Naga_J_Sugguna
Services are loosely coupled with Pods via labels and label selectors .

So the line “They use label selectors to dynamically match Pods” is correct. For reference, you can visit this lesson: Labels and Loose Coupling