Question d’entretien chez NAVEX

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

Réponse à la question d'entretien

Utilisateur anonyme

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