Running the Application Without Backing Store on OpenShift Container Platform
After uploading your TIBCO BusinessEvents application Docker image with no backing store 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.
TIBCO BusinessEvents provides a readme.html file at BE_HOME\cloud\kubernetes\OpenShift\cache for the Dockerized FraudDetectionCache application. You can follow the instruction in the readme.html file to run the application by the using the sample YAML files. These sample YAML files are available at BE_HOME\cloud\kubernetes\OpenShift\cache\persistence-none for deploying TIBCO BusinessEvents application with no backing store on OpenShift Container Platform. For details about these sample YAML files, see Sample Kubernetes YAML Files for Applications without Backing Store.
Prerequisites
Procedure
What to do next
Test the application by using the external IP obtained. For example, if you have deployed the FraudDetectionCache example application with no backing store, 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.