Deploying TIBCO MDM Cluster by Using Helm
Before you begin
See Setting up Helm
- Procedure
- Check the helm version.
helm version
- Perform the following tasks for each cloud platform:
Cloud Platform Steps Azure Update the following values (Base64 encoded format) in the
values.yamlfile located atdocker/k8s_helm/mdm.azurestorageaccountnameazurestorageaccountkey
For AWS EKS - Update
cidrvalue of VPC in the LoadBalancerSourceRanges section of thevalues.xmlfile. - Update all relevant field values in the
values.yamlfile.
For GCP GKE On the command line, type the following command to connect to the gcloud GKE cluster: gcloud auth configure-docker gcloud container clusters get-credentials GKE Cluster Name --region Region --project Project Name
- Run the following command to deploy
TIBCO MDM on Kubernetes using helm chart:
helm install --name Name_Of_Release Path_Of_MDM_Helm_Chart_Directory --create-namespace --namespace=Kubernets_Namespace
Example:helm install mdm ./mdm --create-namespace --namespace=development
ResultThe TIBCO MDM application has been successfully deployed.What to do nextAccess TIBCO MDM Cluster UIFor more information about deploying the Helm chart on Kubernetes cluster, see theReadMe.txtfile located atdocker/k8s_helm.