Service | Kubernetes
https://kubernetes.io/docs/concepts/services-networking/service/
In Kubernetes, a Service is an abstraction which defines a logical set of Podsand a policy by which to access them (sometimes this pattern is calleda micro-service). The set of Pods targeted by a Service is usually determinedby a selector.To learn about other ways to define Service endpoints,see Services without selectors. For example, consider a s... template
In Kubernetes, a Service is an abstraction which defines a logical set of Podsand a policy by which to access them (sometimes this pattern is calleda micro-service). The set of Pods targeted by a Service is usually determinedby a selector.To learn about other ways to define Service endpoints,see Services without selectors. For example, consider a s...
template
DA: 98 PA: 31 MOZ Rank: 25