Skip to main content

☰ 🪐 Datalayer Runtimes

KubernetesREST API

Datalayer Runtimes manages the access to the ⚪ Runtimes based on the defined 🎱 Jupyterpools.

Deploy Datalayer Runtimes

plane up datalayer-runtimes
plane ls

Check the availability of the Datalayer Runtimes Pods.

kubectl get pods -n datalayer-api -l app=jupyter

Check the logs of the Datalayer Runtimes Pods.

kubectl logs -n datalayer-api -l app=jupyter -f

Check the availability of the Datalayer Runtimes Certificate.

kubectl describe certificate ${DATALAYER_RUN_HOST}-datalayer-api-cert-secret -n datalayer-api

Check the availability of the Datalayer Runtimes Endpoints.

open https://${DATALAYER_RUN_HOST}/api/runtimes/version
open https://${DATALAYER_RUN_HOST}/api/runtimes/v1/ping

Tear Down Datalayer Runtimes

If needed, tear down.

plane down datalayer-runtimes

OpenAPI Specification

The OpenAPI (Swagger) specification is available online.