Skip to content

Instantly share code, notes, and snippets.

@ahmedig
Created October 5, 2021 23:40
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 ahmedig/9b3ccd92f0ccecdecd904d126fbfd060 to your computer and use it in GitHub Desktop.
Save ahmedig/9b3ccd92f0ccecdecd904d126fbfd060 to your computer and use it in GitHub Desktop.
Load test a service in K8S
while true; do wget -q -O - https://blabla/service/swagger/index.html; done
kubectl get hpa -w
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment