Running the Flogo Enterprise Monitoring Application On Kubernetes

You can run the Flogo Enterprise Monitoring app as a standalone app or as a container on Kubernetes. This section explains how to run the Flogo Enterprise Monitoring app on Kubernetes.

When the Flogo Enterprise Monitoring app is started on Kubernetes, it monitors Flogo apps added to a Kubernetes cluster. If a Flogo app is found, the app is registered with the Flogo Enterprise Monitoring app. The YAML file of the app must include some configuration details required for registering the app with the Flogo Enterprise Monitoring app. For details, refer to Configurations in the Flogo App's YAML File. After a Flogo app is registered, the Flogo Enterprise Monitoring app is available in the App List on the Summary page.

Before you begin The Flogo Enterprise Monitoring app is installed as described in the "Installing TIBCO Flogo® Enterprise Monitoring App" section of the TIBCO Flogo® Enterprise Installation.

An overview of the procedure is given below:

    Procedure
  1. Grant Access Using ClusterRole.
  2. Configure the ServiceAccount.
  3. Link the ServiceAccount to the ClusterRole using ClusterRoleBinding.
  4. Link the Flogo App to the Flogo Enterprise Monitoring Application.
  5. Specify configurations in the Flogo App's YAML File.