Kubernetes yaml files - nareshkumarthota/rootrepo GitHub Wiki

TIBCO BusinessEvents application is deployed using kubernetes yaml file. Please refer to below details.

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>