Skip to content

Data Explorer Operator

deekshahegde86 edited this page Dec 22, 2020 · 39 revisions

Data Explorer provides ready to use pre-configured data science environment for experimentation. Bringing the promise of notebooks to Kubernetes and OpenShift as an Operator pattern. Deploy in the cloud or your data center or local laptop with ready to use data and notebooks without burdening yourself with installation details. You can work as team or use your own project namespace.


Table of Contents:


OpenShift Cluster

To Install Data Explorer Operator and Explore the Data Explorer Dashboard features , users can bring in their own OpenShift cluster or request for a cluster here.

Pre-Requisites

The minimum configuration required to deploy the Data Explorer Dashboard on an OpenShift cluster are:

CPU : 2

Mem: 8Gi

When the user chooses to install the operator from the OpenShift Container Platform's OperatorHub , the operator automatically installs the Data Explorer with a default configuration of 2 CPU and 8Gi RAM.


How to Install Operator

To Install Data Explorer Operator on your OpenShift Cluster :

  1. Login to the OpenShift Cluster We console.

  2. Go to OperatorHub

  3. Search for Data Explorer Operator

  1. Click on the Certified Version of the Operator

  2. To know the various installation options , click on the URL that appears in the Description section.

  1. Install the Operator in the desired Namespace and wait for it to Succeed.

How to Access Dashboard

To access the Dashboard , follow these steps:


How to create a Custom Configured Data Explorer Dashboard

To deploy Data Explorer Dashboard with a different CPU and Memory configuration follow the below steps:

  1. Once the Operator is installed , delete the existing default DashboardWithJupyterHub Custom Resource by following following steps.

  1. Create Data Explorer Dashboard with custom CPU and Memory.


Clone this wiki locally