Setting Up the Training Platform
During the training, it is recommended to use the provided platform. This section describes how to reproduce it after the training to replay the labs.
Prerequisites
Local Machine Configuration
- Fedora is recommended
- 8 cores, 16 GB of RAM, 30 GB for the partition hosting Docker entities (images, volumes, containers, etc). Use the
dfcommand as shown below to find its size.
- Internet access without proxy
sudoaccess- Install the dependencies below:
Then, you can create the Kubernetes cluster in two lines by following the ktbx documentation.
Creating an OpenShift Cluster with OpenShift Local
For creating an OpenShift cluster using openshift-local, follow these steps:
- Clone the
k8s-serverrepository:
- Run the setup script to install OpenShift Local:
- Start the OpenShift cluster:
These scripts will handle the installation and startup of your OpenShift cluster, providing a local environment for practicing with OpenShift.