Difference between revisions of "Kubernetes services"
Jump to navigation
Jump to search
Tags: Mobile web edit, Mobile edit |
Tags: Mobile web edit, Mobile edit |
||
Line 6: | Line 6: | ||
Kubernetes sample service: <code>my-service</code> | Kubernetes sample service: <code>my-service</code> | ||
apiVersion: v1 | apiVersion: v1 | ||
− | '''kind: Service | + | '''kind: Service''' |
metadata: | metadata: | ||
name: my-service | name: my-service |
Revision as of 11:48, 19 April 2020
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: MyApp ports: - protocol: TCP port: 80 targetPort: 9376
See also
Advertising: