From 20f60f73740217ac3e9ba23dd38c4d3c32229807 Mon Sep 17 00:00:00 2001 From: Justin Tyberg Date: Fri, 1 Sep 2017 22:39:55 -0400 Subject: [PATCH] Mention zero-to-jupyterhub-k8s project in README --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3c3279a..6697445 100644 --- a/README.md +++ b/README.md @@ -21,8 +21,16 @@ Possible **use cases** include: * Providing a multi-user Jupyter Notebook environment for small classes, teams, or departments. -**Disclaimer:** This deployment is **NOT** intended for a production -environment. +## Disclaimer + +This deployment is **NOT** intended for a production environment. +It is a reference implementation that does not meet traditional +requirements in terms of availability nor scalability. + +If you are looking for a more robust solution to host JupyterHub, or +you require scaling beyond a single host, please check out the +excellent [zero-to-jupyterhub-k8s](https://github.com/jupyterhub/zero-to-jupyterhub-k8s) +project. ## Technical Overview