Clouder
Create, manage and share Kubernetes clusters.
- Create and monitor Kubernetes clusters.
- 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
yarn jupyterlab
Releases
Clouder is released in PyPI.