Kubernetes is an open-source orchestration system for automating deployment, scaling, and management of containerized applications.
For more details on Kubernetes, checkout Guide to Kubernetes .
Kubernetes provides basic resources known as Pods. A pod is the smallest deployable unit in Kubernetes which is actually a wrapper around containers. It can have