Pergunta de entrevista da empresa BigR.io

What is the difference between pod and container?

Resposta da entrevista

Sigiloso

25 de mar. de 2024

● A K8s pod is the most basic building block of Kubernetes. It represents a single instance of a workload or application, and can contain one or more containers. A K8s container is a stand-alone bundled package that includes everything needed to run a given piece of software. Containers are used to isolate software from the environment running it.