Running an Application without Backing Store on Enterprise PKS
After uploading the Docker image of your TIBCO BusinessEvents application without backing store to Google Container Registry, you can deploy your application to the Pivotal based 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\PKS\cache for the Dockerized FraudDetectionCache application. You can follow the instructions given in the readme.html file to run the application by the using sample YAML files. These sample YAML files are available at BE_HOME\cloud\kubernetes\PKS\cache\persistence-none for deploying TIBCO BusinessEvents application without backing store on Enterprise PKS. For details about these sample YAML files, see Sample Kubernetes YAML Files for Applications without Backing Store.
Prerequisites
- The Kubernetes cluster must be deployed on Enterprise PKS. See Setting Up a Kubernetes Cluster with Enterprise PKS.
- Your TIBCO BusinessEvents application Docker image must be uploaded to the Google Container Registry. See Setting up Google Container Registry.
Procedure
What to do next
Test the application by using the external IP obtained. For example, if you have deployed the FraudDetectionCache example application without backing store, you can use the sample readme.html file at BE_HOME\cloud\kubernetes\PKS\cache to test the application. Use the obtained external IP in the readme.html file and follow the instructions in it to run the application.
However, if you have deployed any other sample application, update its readme.html file to test that 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.