Running in a Container

You can containerize TIBCO® Patterns and run it in a Docker or Kubernetes environment. To containerize TIBCO Patterns, you must build and run the Docker images using the bundled Docker ZIP file.

A container consists of an entire runtime environment: an application; all its dependencies, and configuration files needed to run it bundled into one package. You need not worry about the differences in operating system distribution in the case of container applications. For information about Docker concepts, such as Docker file, Docker Image, and Container, see Docker documentation.

The Dockerfiles are delivered as a ZIP file on the TIBCO eDelivery website. Download the TIB_tps_x.x.x_container.zip file and extract its content to a separate directory.
To build the Docker image for:

  • Patterns, see the ReadMe file located under the directory build/patterns/ReadMe.txt

  • Patterns Gateway, see the ReadMe file located under the directory build/gateway/ReadMe.txt

To deploy using:

  • helm, see the ReadMe file located under the directory k8s_helm/ReadMe.txt

  • k8s_deployments, see the DeploymentInstructions.txt file located under the directory k8s_deployment/DeploymentInstructions.txt