Create a managed kubernetes cluster on IBM Cloud
In order to create a kubernetes cluster on IBM Cloud you have to create an account. In order for this to work, it is necessary to have a TRIAL Account or a PAY AS YOU GO Account The starting point is to register on IBM Cloud
❗️ If you are a student of a university: IBM has some specific programs for the universities, so it is highly likely that you can access the Academic Initiative! Reach out to your professors to learn more.
🔎 Some extra details on the new rules on the accounts within IBM Cloud: link
Select the service from the catalog
Once you are logged in to the portal, click on the Catalog link in the top banner (direct link here)
Within the catalog, search for Kubernetes Service (or click the following link)
In this page you will have the option to create a free cluster, which will be at your disposal for 30 days
❗️ after the 30 days expire, the cluster will be deleted (making it not suitable for production environment of course, also because the free cluster is a single node cluster with limited resources, thus leading to single point of failures to say the least.. so please for your real life scenarios consider using a STANDARD cluster)
In the cluster creation form, select the following parameters
Param | Value |
---|---|
Pricing plan | Free |
Cluster name | mycluster-free or modify the name according to your preferences |
Resource Group | default or select one * |
*: the resource group is a useful feature of IBM Cloud to logically segregate different projects within your account. You can also customize the visibility and access privileges of other users within the various resource group, making it ideal for projects in which RBAC is a thing (again, production environments are based on this!)
When all is set you will see a recap on the column on the right alongside with the option to actually CREATE the cluster.
Click on CREATE
Note: this might require some time, as the cluster will be provisioned in your account with the setup of master node and worker node. You will be redirected to a page with a status of the operations on your cluster.