Kubernetes : Deployment, StatefulSets, Daemon Sets, Cron Jobs
Deployment
A deployment in Kubernetes is an object that facilitates the management of containerized applications. It defines the desired state of the application, including the number of replicas and the container image to use. The deployment control...
rahulsharma1301.hashnode.dev5 min read