Deploying New Releases

Learn about Kubernetes Deployment, and create a Deployment.

Just as we are not supposed to create Pods directly but use other controllers like ReplicaSet, we are not supposed to create ReplicaSets either. Kubernetes Deployments will create them for us. If you’re wondering why that is,you’ll have to wait a little while longer to find out.

First, we’ll create a few Deployments. Once we’re familiar with the process and the outcomes, it’ll become obvious why they are better at managing ReplicaSets than we are.

Get hands-on with 1200+ tech skills courses.