Kubernetes Basics – Pods

Introduction In previous post about Kubernetes basics, we learned that a kubernetes cluster is made of masters and nodes. Masters contains the cluster control plane and nodes are where we run our applications (containers). We also learned about workload objects in kubernetes such as Pods, services and deployments. Today, we will learn more about pods, … Read more