Question d’entretien chez Comcast

Difference between POD and Container in Kubernetes

Réponse à la question d'entretien

Utilisateur anonyme

29 févr. 2024

Container carries code with its dependencies to be installed in the form of an image generated through docker whereas POD is a server less instance that facilitates Container execution. Pods can be scaled up/down based on demand.