The Lab
Prerequisites
Before starting this lab, ensure you have a GitHub Account, which allows you to fork repositories.
Lab Setup
You have access to a fully-featured Red Hat AI cluster (v2.25) an AI platform running on OpenShift that comes with a number of tools for building, running, and managing AI workloads.
This Red Hat AI cluster instance is shared among all participants in this lab. Each participant has dedicated projects/namespaces in this cluster.
You have been assigned userX.
To get started, please log in with your user using both in the Terminal and the OCP Console.
-
Username: userX
-
Password: password
oc login --insecure-skip-tls-verify=false -u userX -p password https://api.cluster.example.com:6443
Required Skills
-
Basic familiarity with Python programming
-
Basic understanding of CI/CD pipelines
-
Basic Git Knowledge: Cloning repositories, basic version control concepts
-
Command Line Basics: Navigating directories, running commands
-
Container Concepts: Understanding of containers and Kubernetes/OpenShift (helpful but not required)
-
Good grasp of GitOps and Everything as Code practices
☕ Buckle Up, Here we go …