Kubernetes Workloads (Deployments, Jobs, CronJobs, etc.)
Deployment
A Deployment provides declarative updates for Pods and ReplicaSets.
You describe a desired state in a Deployment, and the Deployment Controller changes the actual state to the desired state at a controlled rate.
It seems similar to Repl...
vishal-ranmale.hashnode.dev5 min read