mirror of
https://github.com/stefanprodan/podinfo.git
synced 2026-08-23 22:26:29 +00:00
use different HPA metrics
This commit is contained in:
@@ -32,6 +32,6 @@ Web API:
|
||||
### Guides
|
||||
|
||||
* [Deploy and upgrade with Helm](docs/1-deploy.md)
|
||||
* [Horizontal Pod Auto-scaling with Prometheus](docs/2-autoscaling.md)
|
||||
* [Horizontal Pod Auto-scaling](docs/2-autoscaling.md)
|
||||
* [Monitoring and alerting with Prometheus](docs/3-monitoring.md)
|
||||
|
||||
|
||||
@@ -57,8 +57,8 @@ Run load test:
|
||||
#install hey
|
||||
go get -u github.com/rakyll/hey
|
||||
|
||||
#do 1K requests rate limited at 20 QPS
|
||||
hey -n 1000 -q 10 -c 2 -m POST -d "testing" http://<EXTERNAL-IP>:30098/backend
|
||||
#do 10K requests rate limited at 100 QPS
|
||||
hey -n 1000 -q 10 -c 10 -m POST -d "testing" http://<EXTERNAL-IP>:30098/backend
|
||||
```
|
||||
|
||||
Delete the releases:
|
||||
|
||||
Reference in New Issue
Block a user