Deployments - nareshkumarthota/rootrepo GitHub Wiki
Prerequistes
- Kubernetes cluster must be up and running, accessible
- kubectl installed
Introduction
The following table lists location of sample YAML files for running sample applications and other components:
Scenario | Sample YAML Files Location |
---|---|
Running TIBCO BusinessEvents application (FraudDetection) without cache on cloud_name | BE_HOME\cloud\kubernetes\cloud_name\inmemory |
Running TIBCO BusinessEvents application (FraudDetectionCache and FraudDetectionStore) with cache on cloud_name | BE_HOME\cloud\kubernetes\cloud_name\cache |
Running TIBCO BusinessEvents WebStudio on cloud_name | BE_HOME\cloud\kubernetes\cloud_name\rms |
Running TIBCO BusinessEvents Enterprise Administration Agent for monitoring TIBCO BusinessEvents applications on cloud_name | BE_HOME\cloud\kubernetes\cloud_name\tea |
Note: cloud_name can be AWS, Azure, Openshift, PKS, minikube
Deployments
Please refer to deployments below.
Note: For Openshift cluster deployments, you can use oc
or kubectl
cli for deployments to cluster.