...

/

Deployment Theory

Deployment Theory

Get introduced to another fundamental Kubernetes object, i.e., Deployments.

Introduction to deployments

Deployments are the most popular way of running stateless apps on Kubernetes. They add self-healing, scaling, rollouts, and rollbacks.

Consider a quick example.

Assume we have a requirement for a web app that needs to be resilient, scale on demand, and be frequently updated. We write the app, containerize it, and define ...

Create a free account to view this lesson.

By signing up, you agree to Educative's Terms of Service and Privacy Policy