Day 3 Kubernetes Workloads (Deployments, Jobs, Cronjobs, etc.)
Deployments
StefulSets
DaemonSets
job
Cronjobs
Bonus
Deployments
A Kubernetes Deployment tells Kubernetes how to create or modify instances of the pods that hold a containerized application. Deployments can help to efficiently scale the number...
devopslearningup.hashnode.dev32 min read