Domanda di colloquio di NAVEX

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

Risposta di colloquio

Anonimo

21 lug 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.