openfaas / of-watchdog

Reverse proxy for STDIO and HTTP microservices
MIT License
259 stars 115 forks source link

of-watchdog can't be auto scaled? #70

Closed chennqqi closed 4 years ago

chennqqi commented 4 years ago

I created a of-watchdog which using go-http template. set max_inflight: 5 with 80 Concurrent request. this was still only one pod instance on k8s

burtonr commented 4 years ago

The max_inflight parameter is used to limit the maximum number of requests that can be handled at a time.

For scaling, please reference the docs on Auto-scaling

Also, perhaps working through the labs (Lab 9 on auto-scaling) would help.

burtonr commented 4 years ago

Derek close

alexellis commented 4 years ago

/lock