☰ 📚 Datalayer Library
KubernetesAPI
Datalayer Library provides a searchable index of artifacts useful for data analysis.
- Dataset.
- Cell.
- Notebook.
- Environment.
- Runtime.
Deploy Datalayer Library
- Plane
- Terraform
plane up datalayer-library
cd terraform
terraform init
terraform apply
./generated/clouder-Kubeadm-setup.sh
export KUBECONFIG=~/.clouder/kubeconfigs/kubeconfig-<cluster-name>
./generated/services/deploy-datalayer-library.sh
Check the availability of the Datalayer Library Pods.
kubectl get pods -n datalayer-api -l app=library
Check the logs of the Datalayer Library Pods.
kubectl logs -n datalayer-api -l app=library
Check the availability of the Datalayer Library Certificate.
kubectl describe certificate ${DATALAYER_RUN_HOST}-datalayer-api-cert-secret -n datalayer-api
Check the availability of the Datalayer Library Endpoints.
open https://${DATALAYER_RUN_HOST}/api/library/version
open https://${DATALAYER_RUN_HOST}/api/library/v1/ping
Tear Down Datalayer Library
If needed, tear down.
plane down datalayer-library
OpenAPI Specification
The OpenAPI (Swagger) specification is available online. import TabItem from '@theme/TabItem';