I need help with Devops (Docker task)
Budget: ₹1,500 – ₹12,500 INR
One of our development teams has put a lot of effort into building a great new web application. It already has a CI pipeline set up to build it as a container, but now we need to deploy it somewhere.
The container has been published to Docker Hub. The application needs a super secret API key that must be loaded as an environment variable named APIKEY which should be set to
16 July 1997 in ISO 8601 format (this is a secret so make sure you treat it as one...). There are 2 endpoints available:
• /health => returns either
Status: 200, Text: Healthy
• Status: 502, Text: Unhealthy
• /weatherforecast => returns JSON with this week's forecast
The image is here - https://hub.docker.com/r/dfranciswoolies/ciarecruitment-bestapiever
Your challenge is to build an environment for the application to run in and deploy it there.
There should be little to no manual intervention involved when deploying this application as we expect any future changes will go to your environment whenever a new container image is produced. Automation is key!
The use the following link which has the correct image you will need to complete the challenge.
https://hub.docker.com/r/ducas/ciarecruitment-bestapiever
***NEED TO IMPLEMENT PREPARE DETAILED DOCUMENTATION WITH EACH STEP***
The container has been published to Docker Hub. The application needs a super secret API key that must be loaded as an environment variable named APIKEY which should be set to
16 July 1997 in ISO 8601 format (this is a secret so make sure you treat it as one...). There are 2 endpoints available:
• /health => returns either
Status: 200, Text: Healthy
• Status: 502, Text: Unhealthy
• /weatherforecast => returns JSON with this week's forecast
The image is here - https://hub.docker.com/r/dfranciswoolies/ciarecruitment-bestapiever
Your challenge is to build an environment for the application to run in and deploy it there.
There should be little to no manual intervention involved when deploying this application as we expect any future changes will go to your environment whenever a new container image is produced. Automation is key!
The use the following link which has the correct image you will need to complete the challenge.
https://hub.docker.com/r/ducas/ciarecruitment-bestapiever
***NEED TO IMPLEMENT PREPARE DETAILED DOCUMENTATION WITH EACH STEP***