K8s: Pod, Deployment & Services
Summary In this article we will learn about Pod, Replication Controller, Deployment and Services. Perquisite Linux Physical or virtual machine for Master and Linux/Windows physical or virtual machine as Nodes (Minions) PODs: Atomic unit of deployment and scaling in Kubernetes. POD is ring fenced environment (Sandbox or Namespace) to run Containers. It contains Network Stack, […]