Plain Jupyter notebook

PERSONA: Application developer

If you open the yaml code for the plain jupyter notebook, you will notice once again the only difference with a normal deployment is runtimeClassName: kata-remote.

oc apply -f https://raw.githubusercontent.com/confidential-devhub/workshop-on-ARO-showroom/refs/heads/main/helpers/fraud-encrypted-datasets/notebook.yaml

Wait that the pod is created.

watch oc get pods/fraud-encrypted-datasets -n fraud-detection

The pod is ready when the STATUS is in Running.

The jupyter notebook will be available at the following URL and the login password is aro_workshop123:

FD_ROUTE=$(oc get route fraud-encrypted-datasets-route -n fraud-detection -o jsonpath='{.spec.host}')
echo ""

echo "Click on the following URL to open the notebook in a new tab:"
echo "https://${FD_ROUTE}"