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