Anonymitaet commented on code in PR #399: URL: https://github.com/apache/pulsar-site/pull/399#discussion_r1106576582
########## versioned_docs/version-2.10.x/deploy-ibm.md: ########## @@ -0,0 +1,237 @@ +--- +id: deploy-ibm +title: Apache Pulsar Installation on IBM Kubernetes Cluster through Helm chart +sidebar_label: "IBM Cloud Services" +original_id: deploy-ibm +--- +# Apache Pulsar Installation on IBM Kubernetes Cluster through Helm chart + +:::note + + This doc referes to the Apache pulsar 2.93 Version. if you want to upgrade the Apache Pulsar version you need to follow the [helm-upgrade](https://pulsar.apache.org/docs/2.10.x/helm-upgrade/) Document for upgrade on the perticular version. + +::: + + + +- [Setup a virtual machine (VM) on IBM Cloud.](#create-vm-on-ibm-cloud) +- [Create Kubernete cluster on IBM Cloud.](#create-kubernetes-cluster-on-ibm) +- [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) +- [Verify the deployment.](#run-kubectl-commands-to-verify-the-deployment) + + +#### Create VM on IBM Cloud + +- Go to [IBM Cloud]( https://cloud.ibm.com/login) and login with your credentials. Review Comment: 1. From line 25 - 157, please use ordered lists instead of unordered lists to indicate the sequence. 2. Line 25 - 117 has not been reviewed because https://github.com/apache/pulsar-site/pull/399#discussion_r1106580020. We can review it later. -- 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]
