...

/

Getting Started with Deploying Releases

Getting Started with Deploying Releases

In this lesson, we will discuss releasing features to production with zero downtime.

Deploying Releases

In today’s competitive environment, we have to release features to production as soon as they are developed and tested. The need for frequent releases fortifies the need for zero-downtime deployments.

We learned how to deploy our applications packaged as Pods, how to scale them through ReplicaSets, and how to enable communication through Services. However, all that is useless if we cannot update those applications with new releases. That is where Kubernetes Deployments come in handy.

The desired state of our applications ...

Access this course and 1400+ top-rated courses and projects.