As I understand. K8s will use the blueprint to create multiple containers on the same machine. But how this gonna help the scalability. For example, my laptop got 2 pods of backend servers and they got load balanced. I want to create another server because the cpu percentage got to high, but It is still on the same machine and it still does the same amount of work if not more, right? I really need a clear explaination to this problem, thank you.
Asked
Active
Viewed 32 times
0
-
If the resources if your machine are not sufficient you need another machine. – Gerald Schneider Sep 18 '22 at 08:33
-
https://www.section.io/blog/scaling-horizontally-vs-vertically/ – gapsf Sep 18 '22 at 09:25