-
Notifications
You must be signed in to change notification settings - Fork 4
TIBCO BusinessEvents on OpenShift Container Platform Based Kubernetes
You can run any TIBCO BusinessEvents application on OpenShift Container Platform based Kubernetes cluster and monitor them by using TIBCO BusinessEvents Enterprise Administrator Agent. You can also manage business rules through WebStudio by running RMS on OpenShift Container Platform based Kubernetes cluster.
- Setup Azure OpenShift Cluster
- Create Container registry
Note: For Openshift cluster deployments, you can use oc
or kubectl
cli for deployments to cluster.
-
Set up database with OpenShift Container Platform by using the CentOS based MySQL container image in Kubernetes.
For details, see OpenShift mysql documentation.
-
Connect to the database by using the port forwarding.
oc port-forward <mysql_pod_name> <port_number>:<port_number>
-
Run generated SQL scripts, such as
initialize_database_mysql.sql
,create_tables_mysql.sql
, and the project schema specific SQL script (see TIBCO BusinessEvents Configuration Guide). -
Set up the provisioner for the MySQL database by creating the persistent volume and PVC.
For details about the sample YAML files for persistent volume and PVC, see Sample Kubernetes YAML Files for Applications with Shared All Persistence.