Build Application Monitor Image
The Application Monitor is a web UI that runs in TIBCO® Enterprise Administrator (TEA). ActiveMatrix Service Grid - Container Edition provides an agent for TIBCO Enterprise Administrator which allows you to monitor ActiveMatrix Service Grid - Container Edition applications. In this tutorial, you will build the Docker image of ActiveMatrix Service Grid - Container Edition TEA agent and TIBCO Enterprise Administrator Server.
- Procedure
- Navigate to
amsgce-runtime-<version>/teaagent/build. -
Build the ActiveMatrix Service Grid - Container Edition TEA agent Docker image by using the following script:
./build_amxceteaagent.shYou can list the most recently created images by using the following command:
docker images -
Create Docker image of TIBCO Enterprise Administrator Server. For more information, see readme.md at TEA_HOME/docker in TIBCO Enterprise Administrator Installation.
After you have created the Docker images of TEA agent and TEA server, you can deploy the Application Monitor to Kubernetes in the next step.