-
Notifications
You must be signed in to change notification settings - Fork 4
Running an inMemory Application
nthota edited this page Jun 3, 2021
·
6 revisions
-
For this deployment, the sample YAML files are available at BE_HOME->cloud->kubernetes->cloud_name->inmemory
-
Your TIBCO BusinessEvents application container image must be uploaded to respective cloud Container Registry.
-
Create the Kubernetes object specification (
.yaml
) files based on your deployment requirement.For details about describing Kubernetes objects in a YAML file, see the Kubernetes documentation.
kubectl create -f beinferenceagent.yaml kubectl create -f befdservice.yaml
-
Get the external IP of your application which you can then use to connect to the cluster.
Syntax:
kubectl get services <external_service_name>
For example,
kubectl get services befdservice
- See Testing
Parent topic: Running an Application