Kubernetes Architecture :

Rupam Jha
8 min readFeb 1, 2023

To begin with let us first understand what and why of “kubernetes”. Kubernetes is an open- source system for automating deployment, scaling and managing the containerized applications [ Containerized applications are those applications that run in isolated runtime environments called containers. Containers encapsulate an application with all its dependencies, including system libraries, binaries, and configuration files ]. Answering the why : Containers appeal to organizations for a broad range of workloads. But provisioning and operationalizing containers at scale, often in concert with microservices, is not…

--

--