/hurb

Primary LanguageHTML

hurb

this project is meant to accomplish the delta challenge; although i have no intention of working there hahaha

my setup

get started

are you going to run the application with minikube or docker-compose? either way, check the helper:

make

docker-compose

# 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

minikube

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