This repo contains solutions for two tasks,
-
Create a
blue-app
andgreen-app
deployment. Expose it via an internal Service. Use nginx ingress controller to expose an http endpoint which routes 75% of the calls to blue app and 25% of the calls to green-app. For more details check README.md -
Stretch goal
Automate the task-one using terraform but with applications read from a json. For more details check README.md