Skip to content

Commit

Permalink
initial give it a go
Browse files Browse the repository at this point in the history
  • Loading branch information
ckavili committed Jun 13, 2024
1 parent 8beebcb commit 29ac1fb
Show file tree
Hide file tree
Showing 6 changed files with 43 additions and 2 deletions.
17 changes: 17 additions & 0 deletions docs/1-the-rise-of-the-cluster/1-tooling-installation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
## Data Science Project & Jupyter Notebook Setup

1. Login to OpenShift AI. The link to this will be provided by your instructor.

![openshiftai.png](./images/openshiftai.png)

2. Go to `Data Science Projects` and click `Create data science project` to create your own experimentation environment.

![datascienceproject.png](./images/datascienceproject.png)

TODO: naming convention , team setup ?

3. minio

4. notebook & data connection

5. Argo CD ? Vault ?
24 changes: 24 additions & 0 deletions docs/1-the-rise-of-the-cluster/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Exercise 1 - The Rise of the Cluster
> Install the cluster, configure infrastructure applications
## 👨‍🍳 Exercise Intro

In this exercise, we will walk through the steps we take in order to have a ready environment for all the other exercises.

## 🖼️ Big Picture

TODO: add diagram

![empty-big-picture](images/big-picture-empty.jpg)

## 🔮 Learning Outcomes

- [ ] Get familiar with OpenShift & OpenShift AI and foundational practices like GitOps
- [ ] Can get the necessary toolings to start experimenting

## 🔨 Tools used in this exercise!
* OpenShift 4.15+
* OpenShift AI
* Jupyter Notebook
* Helm
* Minio for S3-compitable storage
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion docs/1-tooling-installation/README.md

This file was deleted.

3 changes: 2 additions & 1 deletion docs/_sidebar.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
* [Home](/)
* [1. Tooling Installation ](1-tooling-installation/README.md)
* [1. Rise of the Cluster ](1-the-rise-of-the-cluster/README.md)
* [🚀 Tooling Installation](1-the-rise-of-the-cluster/1-tooling-installation.md)

0 comments on commit 29ac1fb

Please sign in to comment.