this project is meant to accomplish the delta challenge; although i have no intention of working there hahaha
- docker 19.03.5 (633a0ea)
- docker-compose 1.25.4 (8d51620a)
- minikube v1.10.0
- kubectl (server) v1.18.1
- helm v2.16.7
are you going to run the application with minikube or docker-compose? either way, check the helper:
make
# eval $(minikube docker-env -u) only needed if you have switched to minikube docker context
make artifacts
make run #
# make stop
make list-packages
make add-package text=myfirstpackage
#make rm-package id=1
make minikube-start
make minikube-addons-enabled
eval $(minikube docker-env)
make artifacts
append the following command's output in your /etc/hosts
echo $(minikube ip) minikube
e.g:
127.0.0.1 localhost
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 ./kubernetes