diff --git a/docs/1-the-rise-of-the-cluster/1-tooling-installation.md b/docs/1-the-rise-of-the-cluster/1-tooling-installation.md new file mode 100644 index 0000000..9314407 --- /dev/null +++ b/docs/1-the-rise-of-the-cluster/1-tooling-installation.md @@ -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 ? \ No newline at end of file diff --git a/docs/1-the-rise-of-the-cluster/README.md b/docs/1-the-rise-of-the-cluster/README.md new file mode 100644 index 0000000..6360b1f --- /dev/null +++ b/docs/1-the-rise-of-the-cluster/README.md @@ -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 \ No newline at end of file diff --git a/docs/1-the-rise-of-the-cluster/images/datascienceproject.png b/docs/1-the-rise-of-the-cluster/images/datascienceproject.png new file mode 100644 index 0000000..4926764 Binary files /dev/null and b/docs/1-the-rise-of-the-cluster/images/datascienceproject.png differ diff --git a/docs/1-the-rise-of-the-cluster/images/openshiftai.png b/docs/1-the-rise-of-the-cluster/images/openshiftai.png new file mode 100644 index 0000000..48c197e Binary files /dev/null and b/docs/1-the-rise-of-the-cluster/images/openshiftai.png differ diff --git a/docs/1-tooling-installation/README.md b/docs/1-tooling-installation/README.md deleted file mode 100644 index c6f9333..0000000 --- a/docs/1-tooling-installation/README.md +++ /dev/null @@ -1 +0,0 @@ -## Environment Setup \ No newline at end of file diff --git a/docs/_sidebar.md b/docs/_sidebar.md index 0e1e6e3..e543282 100644 --- a/docs/_sidebar.md +++ b/docs/_sidebar.md @@ -1,2 +1,3 @@ * [Home](/) -* [1. Tooling Installation ](1-tooling-installation/README.md) \ No newline at end of file +* [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) \ No newline at end of file