Launching your Kubernetes Cluster with Deployment
Deployment in K8s
In real world thing starts from here, we write deployment to launch Pods. A Deployment provides declarative updates for Pods and ReplicaSets.
A Deployment is a Kubernetes object that acts as a wrapper around a ReplicaSet and makes ...
saikatm.hashnode.dev5 min read
Sandip Kumar
Cloud Devops Engineer
nice