From f228f6a8eaeef15cef5c0e3661f49d300bafffc9 Mon Sep 17 00:00:00 2001 From: Jan Bongers Date: Sun, 25 Jun 2023 20:37:54 +0200 Subject: [PATCH] Add SOLUTION.md explanation document --- SOLUTION.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 SOLUTION.md 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