Commit 62f516a6 authored by Daniel Gruesso's avatar Daniel Gruesso

update to match EE

parent a78ee883
...@@ -15,7 +15,7 @@ code blocks or database queries against a given environment. ...@@ -15,7 +15,7 @@ code blocks or database queries against a given environment.
## Nurtch Executable Runbooks ## Nurtch Executable Runbooks
> [Introduced][https://gitlab.com/gitlab-org/gitlab-ce/issues/45912] in GitLab 11.4. > [Introduced](https://gitlab.com/gitlab-org/gitlab-ce/issues/45912) in GitLab 11.4.
The JupyterHub app offered via GitLab’s Kubernetes integration now ships The JupyterHub app offered via GitLab’s Kubernetes integration now ships
with Nurtch’s Rubix library, providing a simple way to create DevOps with Nurtch’s Rubix library, providing a simple way to create DevOps
...@@ -30,7 +30,21 @@ frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> ...@@ -30,7 +30,21 @@ frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
To create an executable runbook, you will need: To create an executable runbook, you will need:
1. **Kubernetes Cluster** - 1. **Kubernetes** - A Kubernetes cluster is required to deploy the rest of the applications.
1. **Helm Tiller** - The simplest way to get started is to add a cluster using [GitLab's GKE integration](https://docs.gitlab.com/ee/user/project/clusters/#adding-and-creating-a-new-gke-cluster-via-gitlab).
1. **Ingress** - 1. **Helm Tiller** - Helm is a package manager for Kubernetes and is required to install
1. **JupyterHub** - all the other applications. It is installed in its own pod inside the cluster which
\ No newline at end of file can run the helm CLI in a safe environment.
1. **Ingress** - Ingress can provide load balancing, SSL termination, and name-based
virtual hosting. It acts as a web proxy for your applications.
1. **JupyterHub** - JupyterHub is a multi-user service for managing notebooks across
a team. Jupyter Notebooks provide a web-based interactive programming environment
used for data analysis, visualization, and machine learning.
## Nurtch
Nurtch is the company behind the [Rubix library](https://github.com/Nurtch/rubix). Rubix is
an open-source python library that makes it easy to perform common DevOps tasks inside Jupyter Notebooks.
Tasks such as plotting Cloudwatch metrics and rolling your ECS/Kubernetes app are simplified
down to a couple of lines of code. Check the [Nurtch Documentation](http://docs.nurtch.com/en/latest)
for more information.
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment