What Is Deploymen In Kubernetes
What Is Deployment In Kubernetes Hello Everyone Welcome to CloudAffaire and this is Debjeet. In the last blog post, we have discussed ReplicaSet in Kubernetes. https://cloudaffaire.com/what-is-replicaset-in-kubernetes/ In this blog post, we will discuss Deployment which provides declarative updates for Pods and ReplicaSets. What is 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…