Day 32: Launching your Kubernetes Cluster with Deployment
What is Deployment in k8s
A Deployment provides a configuration for 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. You ...
moiz-journeytodevops.hashnode.dev3 min read