Local Development
Last updated
Last updated
In this guide, we will deploy Merlin on a local K3d cluster.
Kubernetes
In this guide, we will use k3d with LoadBalancer enabled
Kubernetes CLI (kubectl)
Helm
First, you need to have k3d installed on your machine. To install it, please follow this .
Next, create a new k3d cluster:
You can run to install Merlin and it's components:
Once everything is Running, you can open Merlin in . From here, you can run Jupyter notebook examples by setting merlin.set_url("merlin.mlp.${INGRESS_HOST}.nip.io")
.