Furnace
Runbooks

Installation

How to install furnace locally

Installation

Clone the git repository

    git clone https://github.com/TimotheeRen/Furnace.git

Init the Cluster (with k3d)

	k3d cluster create --config Furnace/k3d/dev-env.yaml

Install the Helm Chart

	helm upgrade --install furnace Furnace/chart/ --wait

Port forward (if running the cluster locally)

	kubectl port-forward svc/ui-service 8080:80

On this page