Kubernetes services
Jump to navigation
Jump to search
Service is an abstraction which defines a logical set of Pods and a policy by which to access
Kubernetes sample service: my-service
apiVersion: v1 kind: Service metadata: name: my-service spec: selector: app: MyAppLabel ports: - protocol: TCP port: 80 targetPort: 9376
See also
Advertising: