I’m looking for an orchestration where my containers are automatically moved to another host when the CPU (or memory also) gets too high and another host is able (almost) idle. Also, when adding an extra host, containers should be moved to this one too.
In my opinion an orchestration should handle this, but I’m not sure if it does already. Can’t find anything about this.
I’ve had a setup of Cattle, which I really liked, but my container stress-test didn’t moved container to other hosts. Also after adding a new host, no containers where moved automatically.
Tried to setup an k8s environment too (4 hosts), everything was setup correctly, but nodes where not listed in the kubectl command. So couldn’t try this one.
Also tried a swarm environment (4 hosts), but the process gets stuck on the latest step “starting services”.
Am I wrong in thinking an orchestration should handle this?