Description

this project is meant to accomplish the HelloFresh's SRE challenge; failed btw hahahaha but the code is there

my setup

get started

firstly, check the helper:

make

minikube

make minikube-start
make minikube-addons-enabled
eval $(minikube docker-env)
# eval $(minikube docker-env -u) if you want to switch back from minikube docker context
make artifacts

append the following command's output in your /etc/hosts

echo $(minikube ip) minikube

e.g:

192.168.64.2 minikube

once every artifact is successfully built and the minikube is identified as a HOST in your computer, you might follow this in order to install the application charts

cd ./challenge/kubernetes