Skip to main content

Clouder

Clouder is a solution to create, manage and share Kubernetes clusters focussed on data analysis.

  • Create Kubernetes clusters in the cloud or on-premise.
  • Deploy and monitor data analysis services.
  • Manage Helm deployments.
  • Schedule the size of the Kubernetes clusters.
  • Share the cluster and give controlled access to other users.
  • Ensure continuity with backup and restore for disaster recovery.

Install

pip install clouder

Develop

git clone https://github.com/datalayer/clouder && \
cd clouder && \
pip install -e .
pip install -e .[test]
jupyter labextension develop . --overwrite
jupyter labextension list
jupyter server extension list
# open http://localhost:8888/lab?token=60c1661cc408f978c309d04157af55c9588ff9557c9380e4fb50785750703da6
npm jupyterlab

Releases

Clouder is released in PyPI.