If you are planning to run containerized applications on the IBM Cloud, here are the steps to upgrade your account and create a cluster:
- Please register for an IBM Cloud account (it’s free!). You can also login if you have an existing account
- Once you register, click on Catalog (top right menu)
- Remove the label:lite filter (the X top right on the ribbon above the menu)
- From the left-hand side menu, click on Containers
- Click on IBM Cloud Kubernetes Service
- In order to create a cluster click Upgrade and enter your billing information. Here is why you need to upgrade your account:
- Entering a credit card will activate a Lite (free) tier for Containers
- Your credit card will not be charged
- A credit card is needed to prevent fraud (such as using the cluster to do cryptocurrency mining)
- You will also get 512 Mb of memory
- $200 credit toward any paid services
- Continued access to the Lite plan
- Once your account is upgraded, select Free (Cluster type) and click Create Cluster
- The last step is to test your Docker installation
- Download or update Docker
- Run the following command to test the installation:
$docker run ubuntu echo Hello World
- You should see Hello World text displayed in the terminal (after some initial downloads of Ubuntu images)
- Have fun 😎
If you want to learn how to build and deploy containerized applications in face-to-face hands-on sessions, you should come to one of our events.
Leave a Reply