Deploying Applications to Production

Learn how to deploy the applications to a production server using Helm.

Creating namespaces

It might seem strange to start with production. It would make more sense to deploy it first to a development environment, promote it to staging, and only then run it in production. From the application lifecycle perspective, that would be, more or less, the correct flow of events. Nevertheless, we’ll start with production, because that’s the easiest use case. Because the default values match what we want to have in production, we can deploy the application to production as is, without worrying about the tweaks we’ll have to make for development and staging environments.

Get hands-on with 1200+ tech skills courses.