Creating a cluster on IBM Cloud¶
Abstract
This document explains what are the options to create a Red Hat OpenShift cluster on IBM Cloud.
Create a Red Hat OpenShift cluster instance.¶
You can choose either IBM Technology Zone or your IBM Cloud account to create a Red Hat OpenShift cluster.
- You can use IBM Technology Zone to request a Red Hat OpenShift cluster on IBM Cloud. See the instructions here. The Red Hat OpenShift cluster on IBM Cloud you will be provided with will be hosted on classic infrastructure.
- You can use your IBM Cloud account to create a new Red Hat OpenShift cluster following these instructions here. You can choose to create your Red Hat OpenShift cluster on IBM Cloud either on classic infrastructure or on Virtual Private Cloud (VPC) infrastructure.
Important
Make sure you create your Red Hat OpenShift cluster on IBM Cloud with the following specs:
- OCP Version = 4.8
- Worker Size (at least) = 14 CPU x 48 GB
- Worker Node Count = 3
Note
It is important that you are aware and remember what kind of infrastructure, classic or vpc, your Red Hat OpenShift cluster on IBM Cloud has been deployed onto as the type of storage that IBM API Connect will require depends on this.
Tools¶
In order to interact with your Red Hat OpenShift cluster(s) and complete this tutorial successfully, we strongly recommend to install the following tools in your workstation.
- The
oc
command that matches the version of your cluster. Use these instructions to get the latest version ofoc
. Useoc version
to confirm that you haveClient Version: 4.7
or higherServer Version: 4.8
or higher
- The
npm
,git
,tree
andjq
commands.