Sample YAML Files for TIBCO BusinessEvents Enterprise Administrator Agent
TIBCO BusinessEvents provides sample YAML files at BE_HOME\cloud\kubernetes\<cloud_name>\tea for deploying TIBCO BusinessEvents Enterprise Administrator Agent for monitoring TIBCO BusinessEvents applications.
The following tables list the sample database and common Kubernetes object specification files provided for cloud platforms. For details on the Kubernetes objects used and YAML files, see the Kubernetes documentation.
File Name | Resource | Resource Type | Description |
---|---|---|---|
beteagentdeploymemt.yaml | TIBCO BusinessEvents Enterprise Administrator Agent node | Deployment | Set up the node with the TIBCO BusinessEvents Enterprise Administrator Agent Docker container. Specify the TIBCO BusinessEvents Enterprise Administrator Agent Docker image to create the container.
Provide a label which is used by the beteagentinternalservice service as selector. Specify only one replica of the node. Specify the TIBCO Enterprise Administrator server URL obtained from the TIBCO Enterprise Administrator server external service and login credentials. |
beteagentinternalservice.yaml | TIBCO BusinessEvents Enterprise Administrator Agent node service | Service (Internal) | Set up an internal service for connecting TIBCO Enterprise Administrator server to TIBCO BusinessEvents Enterprise Administrator Agent.
Specify the label of the TIBCO BusinessEvents Enterprise Administrator Agent node as selector. Specify the protocol and port that is used by other nodes to connect to this service. |
k8s-authorization.yaml | Authorization | ClusterRoleBinding | Assign roles to the users in TIBCO Enterprise Administrator in the same Kubernetes namespace. |