NAVEX interview question

How many Python processes can you start up on a 2048 milliCPU kubernetes system?

Interview Answer

Anonymous

21 Jul 2025

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.