momo-jun commented on code in PR #440: URL: https://github.com/apache/pulsar-site/pull/440#discussion_r1123048474
########## docs/deploy-ibm.md: ########## @@ -0,0 +1,246 @@ +--- +id: deploy-ibm +title: Apache Pulsar Installation on IBM Kubernetes Cluster through Helm chart +sidebar_label: "IBM Cloud Services" +original_id: deploy-ibm +--- + +:::tip + +This tutorial uses Apache Pulsar 2.9.3 as an example. If you want to upgrade Pulsar version, follow the instructions in [Helm Upgrade Guide](https://pulsar.apache.org/docs/2.10.x/helm-upgrade/). + +::: + + +Deploying a Pulsar cluster on IBM cloud consists of the following steps: + +1. [Create VM on IBM Cloud.](#create-vm-on-ibm-cloud) +2. [Create Kubernete cluster on IBM Cloud.](#create-kubernetes-cluster-on-ibm) +3. [Prepare VM for connecting to Kubernetes cluster and deploy Pulsar Helm chart on Kubernetes cluster.](#prepare-vm-for-connecting-to-kubernetes-cluster-and-deploy-pulsar-helm-chart-on-kubernetes-cluster) +4. [Verify the deployment.](#run-kubectl-commands-to-verify-the-deployment) + + +## 1. Create VM on IBM Cloud + +1. Go to [IBM Cloud]( https://cloud.ibm.com/?cm_sp=freelancer-_-pulsar-iks-_-cta) and login with your credentials. +2. Search for Virtual Server. +3. Select Virtual Server for Classic. + + + +4. Select the type of virtual server as selected "Public" in the image. + Type the host name, quantity of the machine and billing method. + + + +5. Select location value according to your region. For example: In below image we have selected Chennai in Asia region. + + + +6. Select the profile of virtual machine. + + + +7. Select the operating system and version. + + + +8. Select network interface according to use. + + + +9. Select the security group. + + + +10. Leave rest of the things could be default. Click on the "Create" button. + + + +11. Check created VM in "Navigation Menu" -> "Resource list" Devices + + + + + +12. Check the detail of VM in overview + + + +13. Check the devices list, click on the menu option on the same page. Review Comment: ```suggestion 13. Check the devices list, and click on the menu option on the same page. ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
