Deploying TIBCO PSC 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.yaml
file located atdocker/k8s_helm/psc
.azurestorageaccountname
azurestorageaccountkey
For AWS EKS - Update
cidr
value of VPC in the LoadBalancerSourceRanges section of thevalues.xml
file. - Update all relevant field values in the
values.yaml
file.
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 PSC on Kubernetes using helm chart:
helm install --name Name_Of_Release Path_Of_PSC_Helm_Chart_Directory --create-namespace --namespace=Kubernets_Namespace
Example:helm install psc ./psc --create-namespace --namespace=development
ResultThe TIBCO PSC application has been successfully deployed.What to do nextAccess TIBCO PSC Cluster UIFor more information about deploying the Helm chart on Kubernetes cluster, see theReadMe.txt
file located atdocker/k8s_helm
.