Category: Kubernetes, containerization, yaml

Pods are the basic unit of execution in kubernetes. Instead of using containers directly as objects we use pods. Before jumping into pods let us understand a bit about the containers.

Related Articles