Day 32 Task: Launching your Kubernetes Cluster with Deployment
🔹What is Deployment in k8s
In Kubernetes (K8s), a Deployment is a resource object that provides declarative updates to applications. It allows you to describe an application's life cycle, such as which images to use for the app, the number of replic...
gopalgtm.hashnode.dev3 min read