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
  1. Navigate to amsgce-runtime-<version>/teaagent/build.
  2. Build the ActiveMatrix Service Grid - Container Edition TEA agent Docker image by using the following script:

    ./build_amxceteaagent.sh

    You can list the most recently created images by using the following command:

    docker images
  3. Create Docker image of TIBCO Enterprise Administrator Server. For more information, see readme.md at TEA_HOME/docker in TIBCO Enterprise Administrator Installation.

What to do next

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.