diff --git a/SOLUTION.md b/SOLUTION.md new file mode 100644 index 0000000..f5fb3bf --- /dev/null +++ b/SOLUTION.md @@ -0,0 +1,5 @@ +This document decribes a blue-green deployment using a simple Go web app and Minikube. + +To get started, you will need to: +- Install minikube +- Execute `minikube start` to start the cluster