Skip to content

Instantly share code, notes, and snippets.

@Signorini
Last active August 21, 2019 15:37
Show Gist options
  • Save Signorini/23d17f5f6f3b64bbd66b6ca2fdd6a94c to your computer and use it in GitHub Desktop.
Save Signorini/23d17f5f6f3b64bbd66b6ca2fdd6a94c to your computer and use it in GitHub Desktop.
---
// kubectl apply -f svc-v1.yml
kind: Service // can be a loadbalance, ingress or a simple nodeport
spec:
selector:
version: 1.0.0 // The magic
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment