Skip to the content.

Kubernetes - Pods 🐋đŸŗ🐋đŸŗ

Description 👀

A pod is a single instance of an application and is the simplest object you can create in Kubernetes, usually have a 1:1 relationship with containers. Pods can have multiple containers, but they are usually containers of different types that are tightly coupled.


Basic Commands 📝


Examples 🧩


↩ī¸