Kubernetes Service Manifest: Difference between revisions
Jump to navigation
Jump to search
Line 16: | Line 16: | ||
size: large | size: large | ||
[[Kubernetes_Manifests#spec|spec]]: | [[Kubernetes_Manifests#spec|spec]]: | ||
type: ClusterIP | [[#type|type]]: ClusterIP | ||
selector: | selector: | ||
app: blue # Label selector, the service is looking for pods with the label "app=blue" | app: blue # Label selector, the service is looking for pods with the label "app=blue" |