Skip to content

Latest commit

 

History

History
71 lines (39 loc) · 2.31 KB

IBM_Cloud.md

File metadata and controls

71 lines (39 loc) · 2.31 KB

Instructions for IBM Cloud

These instructions are specifically for IBM Cloud Private ("ICP") and IBM Kubernetes Service ("IKS").

IBM Cloud Private (ICP)

Installing Hazelcast

To install Hazelcast on ICP, use the following steps.

  1. Click on "Catalog" and click on the "hazelcast-enterprise" Helm Chart

Deploy Hazelcast

  1. Choose the Chart Version and click "Configure"

Deploy Hazelcast

  1. Enter "Helm release name", "Target namespace", and Check "I have read and agreed to the License agreement"

Deploy Hazelcast

  1. Enter "Hazelcast Enterprise License Key"

Deploy Hazelcast

  1. If needed, configure other parameters (e.g. "Member Count" or "Docker Image Tag"); then click "Install", you should see the following message.

Deploy Hazelcast

Verifying Hazelcast works correctly

To verify that Hazelcast is installed correctly, follow the steps.

  1. Click on "Workloads" and "Helm Releases"

Verify Hazelcast

  1. Find your Helm release by name and check the logs of PODs, they should be all in the "Running" state

Verify Hazelcast

  1. When you click on the logs of "hazelcast-enterprise", you should see that members formed a cluster together
...
Members {size:2, ver:2} [
        Member [10.1.229.7]:5701 - fbb8b83f-9bb0-4442-80dc-1cc53b8d91d7 this
        Member [10.1.229.9]:5701 - 9fb104dd-6d90-4bbc-b0f8-cd165dc299f3
]
...
  1. To access Management Center, you can click on "Network Access" and "Services"

Verify Hazelcast

  1. Then, click select the Management Center service and click on the "Node Port" link (or "External IP" if you have Load Balancer configured for ICP)

Verify Hazelcast

  1. If the link does not open, then add /hazelcast-mancenter

  2. After setting up username and password, you should see your Hazelcast cluster

Verify Hazelcast

IBM Kubernetes Service ("IKS")

IKS is a standard Kubernetes service, so to deploy Hazelcast, you need to follow the instructions here.