How many Python processes can you start up on a 2048 milliCPU kubernetes system?
Anonimo
The answer is 2, each TRADITIONAL Python process can only one on one core. Apparently, it's easy to have the default settings for a kubernetes system to hold more resources per process than a Python process can handle.