Runbooks
Installation
How to install furnace locally
Installation
Clone the git repository
git clone https://github.com/TimotheeRen/Furnace.gitInit the Cluster (with k3d)
k3d cluster create --config Furnace/k3d/dev-env.yamlInstall the Helm Chart
helm upgrade --install furnace Furnace/chart/ --waitPort forward (if running the cluster locally)
kubectl port-forward svc/ui-service 8080:80