Service | Kubernetes
https://kubernetes.io/docs/concepts/services-networking/service/
A Service in Kubernetes is a REST object, similar to a Pod. Like all of theREST objects, you can POST a Service definition to the API server to createa new instance.The name of a Service object must be a validRFC 1035 label name. For example, suppose you have a set of Pods where each listens on TCP port 9376and contains a label app=MyApp: This spec...
A Service in Kubernetes is a REST object, similar to a Pod. Like all of theREST objects, you can POST a Service definition to the API server to createa new instance.The name of a Service object must be a validRFC 1035 label name. For example, suppose you have a set of Pods where each listens on TCP port 9376and contains a label app=MyApp: This spec...
DA: 44 PA: 8 MOZ Rank: 50