Deploying TIBCO PSC Cluster by Using Helm

Before you begin

See Setting up Helm

    Procedure
  1. Check the helm version.
    helm version
  2. Perform the following tasks for each cloud platform:
    Cloud PlatformSteps
    Azure

    Update the following values (Base64 encoded format) in the values.yaml file located at docker/k8s_helm/psc.

    • azurestorageaccountname

    • azurestorageaccountkey

    For AWS EKS
    1. Update cidr value of VPC in the LoadBalancerSourceRanges section of the values.xml file.
    2. 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
  3. 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.
    For more information about deploying the Helm chart on Kubernetes cluster, see the ReadMe.txt file located at docker/k8s_helm.