https://github.com/woodprogrammer/k8s-app-demo
Kubernetes application examples
https://github.com/woodprogrammer/k8s-app-demo
Last synced: about 2 months ago
JSON representation
Kubernetes application examples
- Host: GitHub
- URL: https://github.com/woodprogrammer/k8s-app-demo
- Owner: WoodProgrammer
- Created: 2020-03-09T13:24:42.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-09T19:49:41.000Z (about 6 years ago)
- Last Synced: 2025-06-21T09:03:39.189Z (10 months ago)
- Size: 139 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HPA Testing
* Create load via HPA :
```
kubectl exec -it fortio-deploy-7cb865f87f-k2c58 /usr/bin/fortio -- load -c 30 -qps 0 -n 3000000 -loglevel Warning http://dotnet-app
```