eG - APM is an Application Performance Monitoring solution which offers granular visibility over applications deployed in various application servers like Tomcat, JBoss, Jetty, WebSphere, etc., providing end to end monitoring of the application.
This helm chart is optimized to run in Kubernetes cluster.
The egagent helm chart adds eG Container Agent to every node in the cluster with the help of DaemonSet. The egagent chart enables monitoring, tracing, and provides root-cause analysis on the applications that are deployed in the cluster.
- Helm3
- Kubernetes 1.18 Or Higher
The Helm chart for eG-Agent can be found in Artifact Hub under below URL.
Step 1 - Adding the Repository. Run command.
helm repo add eginnovations https://eginnovations.github.io/helm-charts
Step 2 - Installing the chart. Update required fields in values.yaml or use --set command.
Using values.xml:
helm install chart-name eginnovations/egagent
Using set command:
helm install chart-name --set EG_MANAGER=<MANAGER_IP> \
--set EG_MANAGER_PORT=<MANAGER_PORT> \
--set EG_MANAGER_SSL=<true/false> \
eginnovations/egagent
The chart-name could be any desired name that the instance of egagent to be called by.
Clone the repository and navigate the helm-charts directory Installing eGAgent-helm-chart from local repository is a one-step process using the following helm install command.
helm install chart-name ./egagent
For example:
helm install egagent-chart ./egagent
The list of running charts can be obtained by running the follow command
helm ls
helm uninstall chart-name