Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adding diagram for jupyterhub #481

Merged
merged 1 commit into from
Feb 28, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added doc/source/_static/images/architecture.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions doc/source/architecture.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
The JupyterHub Architecture
===========================

The JupyterHub Helm Chart manages resources in the cloud using Kubernetes.
There are several moving pieces that, together, handle authenticating users,
pulling a Docker image specified by the administrator, generating the user
pods in which users will work, and connecting users with those pods.

The following diagram gives a high-level overview of the many pieces of
JupyterHub, and how they fit together in this process:

.. image:: _static/images/architecture.png
:align: center
1 change: 1 addition & 0 deletions doc/source/index.rst
Original file line number Diff line number Diff line change
@@ -71,6 +71,7 @@ cloud-based deployments and tips for maintaining your deployment.
:maxdepth: 2
:caption: Administrator Guide

architecture
debug
authentication
optimization