Armada Jupyter is a service for submitting JupyterLab Jobs onto Armada.
Please make sure you have Armada running.
Ensure that the executor setting has been changed:
kubernetes:
podDefaults:
ingress:
hostnameSuffix: "domain.com"
Then make sure that *.jupyter.domain.com
resolves to your k8s cluster.
Armada-Jupyter will need a cluster setup with ingress. If you are using kind, you will need to do this differently.
Please follow the kind guide to setup your cluster.
Please following the following guide: