Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@tnolet
Last active October 3, 2017 15:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tnolet/b23d978ad2fcfa32a206df7f89c54b56 to your computer and use it in GitHub Desktop.
Save tnolet/b23d978ad2fcfa32a206df7f89c54b56 to your computer and use it in GitHub Desktop.
simple canary release on kubernetes with Vamp step 1
# Create two blueprint using the Vamp CLI
curl -s https://raw.githubusercontent.com/magneticio/simpleservice/master/blueprints/service_100.yml | vamp create blueprint --stdin
curl -s https://raw.githubusercontent.com/magneticio/simpleservice/master/blueprints/service_110.yml | vamp create blueprint --stdin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment