Skip to content
Snippets Groups Projects
Commit 63044094 authored by Alex Ellis's avatar Alex Ellis
Browse files

Correct to 20 replicas


Signed-off-by: default avatarAlex Ellis <alexellis2@gmail.com>
parent 3d210f1f
No related branches found
No related tags found
No related merge requests found
......@@ -242,7 +242,7 @@ The `-d` value passes in the argument for your function. This is read via STDIN
Grab OS, CPU and other info via a Node.js container using the `os` module.
If you invoke this method in a while loop or with a load-generator tool then it will auto-scale to 5, 10, 15 and finally 25 replicas due to the load. You will then be able to see the various Docker containers responding with a different Hostname for each request as the work is distributed evenly.
If you invoke this method in a while loop or with a load-generator tool then it will auto-scale to 5, 10, 15 and finally 20 replicas due to the load. You will then be able to see the various Docker containers responding with a different Hostname for each request as the work is distributed evenly.
Here is a loop that can be used to invoke the function in a loop to trigger auto-scaling.
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment