Deploying Individual TIBCO OPE services using Kubernetes scripts

    Procedure
  1. To deploy individual ope services using the Kubernetes scripts, choose from the $OPE_HOME/kubernetes directory.

    Example: kubernetes-deploy-run-ope.yml

  2. Modify the script for the image located at image: tibco/ope:6.0.0 location. Also, modify the min_ram_percentage and max_ram_percentage script as per the requirement.

  3. Finally, run the script from the location where scripts are saved using the following command:

    kubectl apply -f kubernetes-deploy-run-ope.yml

    (Make sure that all the required metadata, app_properties, and config-files are uploaded with correct values)