Kubernetes (a.k.a K8s) is an open-source container-orchestration system which manages the containerized applications and takes care of the automated deployment, storage, scaling, scheduling, load balancing, updates(rolling-updates), self-healing, batch-execution and monitoring of containers across clusters of hosts. Kubernetes was originally developed by Google labs and later donated to Cloud Native Computing…