Kubernetes — Deep diveIntroduction to KubernetesKubernetes (K8s) is an open-source system for automating deployment, scaling, and management of containerized applications. Its the first project to get graduated at https://www.cncf.io/. It was originally developed at Google.A brief history of containerizationTraditional deploymentEarly on, organizations ran applications on physical servers. There was no way to define resource boundaries for applications in a physical server, and this caused resou...