Kubernetes Workload->
Deployment:
The deployment controller changes the actual state to the desired state at the controller rate. We define deployment to create new replica sets or to remove existing.
StatefulSets:
It is used to run the distributed application that requir...
ankittkx.hashnode.dev1 min read