Kubernetes is a portable, extensible, open-source platform for managing containerized workloads and services, that facilitates both declarative configuration and automation. It has a large, rapidly growing ecosystem. Kubernetes services, support, and tools are widely available.
The name Kubernetes originates from Greek, meaning helmsman or pilot. K8s as an abbreviation results from counting the eight letters between the “K” and the “s”. Google open-sourced the Kubernetes project in 2014. Kubernetes combines over 15 years of Google’s experience running production workloads at scale with best-of-breed ideas and practices from the community.
There are certain benefits in deploying the docker images in K8s, compared to traditional deployments in physical machines or on VMs. Here are some of the main benefits for deployment, including:
As this blog is more targeted at providing a practical, hands-on experiment, I am not going to delve into the above topics. (Thatβs how you say Iβm not lazy) π . But I strongly suggest you read and explore these topics to understand the benefits as well as the challenges that are involved. This article[5] is about providing some detailed information on the benefits of using Kubernetes.