Running the Application with Shared All Persistence on OpenShift Container Platform
After uploading your TIBCO BusinessEvents application Docker image with shared all storage to the OpenShift Docker registry, you can deploy your application and services to the Kubernetes cluster. The cluster manages the availability and connectivity of the application and service.
In OpenShift Container Platform, you do not have to setup Kubernetes separately. For more information about Kubernetes and OpenShift Container Platform, see OpenShift Container Platform documentation.
TIBCO BusinessEvents provides a readme.html file at BE_HOME\cloud\kubernetes\OpenShift\cache for the Dockerized FraudDetectionStore application. You can follow the instruction in the readme.html file to run the application by the using the provided sample YAML files. These sample YAML files are available at BE_HOME\cloud\kubernetes\OpenShift\cache\shared-all for deploying TIBCO BusinessEvents application with shared all persistence on OpenShift Container Platform. For details about these sample YAML files, see Sample Kubernetes YAML Files for Applications with Shared All Persistence.
Prerequisites
Procedure
What to do next
Test the application by using the external IP obtained. For example, if you have deployed the FraudDetectionStore example application with shared all persistence, you can use the provided sample readme.html file at BE_HOME\cloud\kubernetes\OpenShift\cache to test the application. Provide the external IP obtained to the readme.html file and follow the instructions in it to run the application.
However, if you have deployed any other sample application then update its readme.html file to test the application. Update the server address in application readme.html file from localhost to the external IP obtained. Now, follow the instructions in the readme.html file for testing the application.