What Goes into Promoting a Release to Production?
Explore the process of promoting releases to production using Jenkins X. Understand the difference between continuous delivery and deployment, the role of manual approval, and how to manage production promotions within Kubernetes environments. This lesson prepares you to confidently initiate production releases in your CI/CD pipeline.
We'll cover the following...
We'll cover the following...
We reached the final stage, at least from the application lifecycle point of view.
- We saw how to import an existing project and how to create a new one.
- We saw how to develop build packs that will simplify those processes for the types of applications not covered with the existing build packs or for those that deviate from them.
- Once we added our app to Jenkins X, we explored how it implements GitOps processes through environments (e.g.,
stagingandproduction). - Then we moved into the application development phase and explored how DevPods help us to set a personal application-specific environment that simplifies the “traditional” setup that forced us to spend countless hours setting it on our laptop and, at the