What Now?
Explore the manual promotion of software releases to production using Jenkins X. Learn how executing a single command facilitates deployment, with guidance on enhancing Helm charts and tests for tailored application needs. Understand options for cluster resource management after deployment to optimize your CI/CD workflow.
We'll cover the following...
We'll cover the following...
This was a very short chapter, wasn’t it? There is not much more to learn about manual promotions. All we have to do is execute a single command.
Keep in mind that there are many other things we could do to improve deployment to production. We could add HorizontalPodAutoscaler that will scale the application depending ...