VRvishal Ranmaleinvishaldevops.hashnode.dev·Sep 26, 2025 · 3 min readKubernetes WorkloadsKubernetes workloads are divided into two major components -pods (the basic building block) -controllers (e.g.Replication Controller, Deployment, StatefulSet, CronJob, etc.) PODS A Pod for Kubernetes is what a container is for Docker: the smallest a...00
VRvishal Ranmaleinvishaldevops.hashnode.dev·Sep 23, 2025 · 3 min readKubernetes ArchitectureKubernetes Master •The master is responsible for managing the complete cluster. •You can access the master node via the CLI, GUI, or API. •The master watches over the nodes in the cluster and is responsible for the actual orchestration of containers ...00