What is a Container?

<aside> 🎯

A container is a self-container, isolated, independent, portable, lightweight package that ensures your app runs the same everywhere.

</aside>


( Docker is actually a wrap-up of ContainerD )


What is Container Orchestration?

<aside> 🎯

What is Orchestration ?

</aside>

<aside> 🎯

What is Container Orchestration ?

Container orchestration is the automated system that manages containers at scale, making sure they are placed, run, and healed properly without you manually doing it.

</aside>

Ex: Kubernetes (K8s), Docker Swarm, Nomad



Kubernetes