What is Kubernetes?

Kubernetes, aka k8s, is an open-source Container Orchestration system for automating deployment, scaling and management of containerized applications & microservices. In simple words, one can cluster together groups of hosts running containers into logical units, and Kubernetes helps in easily & efficiently manage such clusters Table of Contents Introduction Cluster Architecture Control Plane Components Kube-API […]