Last active
August 21, 2019 15:37
-
-
Save Signorini/23d17f5f6f3b64bbd66b6ca2fdd6a94c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
// 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