Kubernetes Service Manifest: Difference between revisions
Jump to navigation
Jump to search
(→type) |
|||
Line 26: | Line 26: | ||
=.spec Elements= | =.spec Elements= | ||
==type== | ==type== | ||
==publishNotReadyAddresses== |
Revision as of 01:48, 27 May 2020
External
Internal
Example
apiVersion: v1 kind: Service metadata: name: blue labels: size: large spec: type: ClusterIP selector: app: blue # Label selector, the service is looking for pods with the label "app=blue" ports: - port: 8080 targetPort: protocol: TP