Showing posts with label Deployment. Show all posts
Showing posts with label Deployment. Show all posts

Thursday, 4 March 2021

Kubernetes - Getting started with - ReplicaSet ,Deployments

ReplicaSet : It is a declarative way to manage the pods.

Deployment : it is a declarative way to manage the pods using ReplicaSet.