DevOps deploy Refer Friends Application¶
In this module, we will deploy the Refer Friends container for Arcadia Bank web application and we will publish it.
Note
At the end of this module, Arcadia Bank application will look like this.
Note
In this lab, all tasks will be automated. DevOps will deploy the app in K8S, and NetOps will create the new component at the same time.
Step 1 - Deploy Arcadia App3 and the new componenent with a CI/CD pipeline¶
In Gitlab, click on Administrator / Arcadia-App3
Click on file
deployClick
editand make a modification - like YES !!!!!Click
Commit changes
Note
At this moment, you simulate a commit like a DevOps. This
commitwill trigger awebhooktoJenkins, so that Jenkins execute apipeline.In Jenkins, click on
DeployApp3pipelineA pipeline is running, click on it
You can follow the steps
Connect to Controller GUI and check the new component in
web application arcadia
In
Chromerefresh the page. You can see the new AppRefer friends
Note
Congrats, as you can notice, with one commit in Gitlab, you triggered a webhook that deployed the app and the infrastructure
Warning
Now, it’s time to protect Arcadia Finance web application with a BIG-IP.