KB: Kubernetes service types
In Kubernetes a service always enables its network access to a pod or set of pods
Services will select the pods based on their labels and when a network is made to those services it selects all Pods in the cluster matching the service’s selector and will choose one of them, and then will forwards the network request to it.
Services will select the pods based on their labels and when a network is made to those services it selects all Pods in the cluster matching the service’s selector and will choose one of them, and then will forwards the network request to it.
References:
https://medium.com/avmconsulting-blog/service-types-in-kubernetes-24a1587677d6
Comments
Post a Comment