“Kubernetes is a platform for automating deployment, scaling, and operations of application containers across clusters of hosts” In simple words, Kubernetes is an open source container management tool. To understand the architecture, how it works and why we need it, we need to understand what a container is. Containers Imagine…