Pod

Glossary Page

A Pod is the most basic and elementary object in Kubernetes. It is used to represent a group of containers that are running on a cluster. Usually, a Pod is configured to run a single primary container, but it can also support additional sidecar containers that provide supplementary functionalities such as logging. Deployments are typically used to manage Pods.

https://kubernetes.io/docs/reference/glossary/?all=true external-link

Latest Webinars

Latest Articles