Unable to Add Kubernetes Monitor
If you are having trouble adding a Kubernetes monitor in Applications Manager, ensure that the the prerequisites have been met:
- Verify whether you can establish an SSH connection to the Kubernetes server from the APM installed machine. Use the ServerSSHTroubleshoot.bat or sh file located in the <APM_Home>\bin\troubleshooting directory to test the SSH connection.
- Verify that the kubectl is installed on the machine where Kubernetes is installed. (Applications Manager uses kubectl commands to collect data for the Kubernetes monitor).
If these prerequisites have been met and you are still unable to add the Kubernetes monitor, send an email to appmanager-support@manageengine.com with a screenshot of the "Add Monitor" page after clicking on the Test credentials option along with the latest Support Information File (SIF) from Applications Manager with print all logs enabled for analysis.
New to ADSelfService Plus?
Related Articles
Absence of data in the Pods tab or some tabs in the Kubernetes monitor
This is a known issue in the older version of Applications Manager, which is fixed in APM v16800. So, we recommend upgrading the Applications Manager to the stable version to properly fix this issue. To collect data for the Kubernetes Monitor, ...
How to add an APM Insight Python agent in Kubernetes via InitContainers?
Adding the APM Insight Python agent via init containers in Kubernetes enables the seamless integration of performance monitoring for Python applications, ensuring efficient tracking and analysis of application behavior within the Kubernetes ...
Adding APM Insight Java agent in a Kubernetes environment
There are three methods for installing the APM Insight Java agent in a Kubernetes environment: Using Dockerfile Using InitContainers Using Persistent Volumes Prerequisites Download the latest APM Insight Java agent ZIP file. Extract the ZIP file and ...
Mail Server Monitor - Troubleshooting
Common Mail Server Monitor Errors and Troubleshooting Guide 1. Unknown Host Error Description: This error occurs when the mail client cannot resolve the hostname of the mail server to an IP address. The issue typically arises from DNS resolution ...
How to add an APM Insight Node.js agent in Kubernetes via InitContainers?
To integrate the APM Insight Node.js agent into your Kubernetes applications using InitContainers, follow the steps given below: Step 1: Create an empty volume that will be used to copy the agent files during the initContainers process. Example: ...