Skip to content

Instantly share code, notes, and snippets.

@0xAhmed
Last active October 10, 2017 13:08
Show Gist options
  • Save 0xAhmed/196349ba43475ba7397244a80afd4115 to your computer and use it in GitHub Desktop.
Save 0xAhmed/196349ba43475ba7397244a80afd4115 to your computer and use it in GitHub Desktop.
Request app version from k8s LB
$ for i in `seq 1 10`; do curl http://$SERVICE_IP/version; sleep 1; done
1.0
1.0
1.0
2.0
1.0
2.0
1.0
2.0
1.0
1.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment