Skip to content

Instantly share code, notes, and snippets.

@bastman
Last active January 7, 2019 15:18
Show Gist options
  • Save bastman/72a1300ff679b23bb2505fd35d8ac767 to your computer and use it in GitHub Desktop.
Save bastman/72a1300ff679b23bb2505fd35d8ac767 to your computer and use it in GitHub Desktop.
siege benchmark on k8s
$ docker run --rm -it ubuntu bash
$ kubectl run --rm -it ubuntu --image=ubuntu bash
$ apt-get update
$ apt-get install apache2-utils
$ kubectl run --rm -it siege --image yokogawa/siege -- ./run -d1 -r10 -c25 example.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment