Member-only story
Working with Microservices-16: Preparing and Running The Production Jenkins File and Pipeline, Examining the output of the Jenkins Pipeline Using Rancher and our Browser
We continue our Production Pipeline. In this section, we will prepare a Jenkinsfile for the production pipeline. We will use the scripts that we prepared, in Jenkinsfile. Then, we will run the Jenkinsfile in a Jenkins pipeline so that our application will be deployed in the production environment (Amazon EKS cluster). Finally, we will examine the app’s output via Rancher and check whether our application works properly in the browser.
12 min readSep 11, 2023
Topics we will cover:
1. Preparing Production Jenkinsfile for Pipeline
2. Pushing created files to the remote repo and merging the main branch (GitHub)
3. Creating a GitHub Webhook to auto-trigger the production pipeline
4. Preparing Production Jenkins Pipeline
5. Running Production Jenkins Pipeline
6. Examining the Output of the Jenkins Pipeline Using Rancher and Checking Whether Our Application Works Properly in the Browser
7. Testing The…