Create a Kubernetes Deployment
Create a Kubernetes Deployment (a .yaml configuration file), which describes how to deploy the Docker image of the TIBCO BPM Enterprise application to the Kubernetes cluster. A sample deployment file is included in the TIBCO BPM Enterprise installation.
The following describes the parameters in the deployment file.
Parameter | Description |
---|---|
name:
|
The name to be used to identify the TIBCO BPM Enterprise container. |
image:
|
The name of the Docker image of the
TIBCO BPM Enterprise application. (Default: |
livenessProbe:
|
Kubernetes livenessProbe is used to ensure that the container is healthy and responsive. This must be defined using an
httpGetAction , with:
|
readinessProbe:
|
Kubernetes readinessProbe is used to determine the container's readiness to accept work. This must be defined using an
httpGetAction , with:
|
ports:
|
Port numbers to be exposed:
|
env:
|
This section must contain the following environment variables, which are used to inject configuration data required by
TIBCO BPM Enterprise into the pod:
Use of the following environment variable is optional, but recommended:
For more information, see Configure Environment Variables. |
Configure Environment Variables
For more general information about Docker deployment, see Deployment.