Kubernetes yaml files - nareshkumarthota/rootrepo GitHub Wiki
TIBCO BusinessEvents application is deployed using kubernetes yaml file. Please refer to below details.
- Runing an inMemory Application
- Running an Application without Backing Store
- Running an Application with Shared Nothing Persistence
- Running an Application with Shared All Persistence
Syntax for application deployment to kubernetes
-
Create Kubernetes objects required for deploying and running the application by using object specification (
.yaml
) files.Syntax:
kubectl create -f <kubernetes_object.yaml>