cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to monitor applications running inside Kubernetes cluster without installing application agent?

Guilin.Yan
Wanderer

Hi,

 

If everything (for example, frontend Web application, backend microservices, databases...) is running in a Kubernetes cluster and deployed appdynamics-operator, appdynamics-cluster-agent, serverviz-machine-agent in the same Kubernetes cluster. I want to know is it possible to monitor applications running inside the Kubernetes cluster without installing application agent? 

 

log example of frontend web application. It contains response status, request time, upstream response time and so on.

198.13.6.0 - - [10/Mar/2022:06:47:31 +0000] "POST /test/api/v2/um/inviteUser?emailAdd=qiqguo@cisco.com HTTP/1.1" 200 40 "http://192.168.0.10/spade/user-dashboard/admin/invite-user" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:97.0) Gecko/20100101 Firefox/97.0" 711 1.948 [test-ns-web-app-9080] [] 198.13.5.62:9080 40 1.948 200 f7cfa3b67e132c961c7a02c1a7445145
198.13.6.0 - - [10/Mar/2022:06:47:31 +0000] "POST test/api/v3/login/validClaim HTTP/1.1" 200 4 "http://10.75.189.81/spade/user-dashboard/admin/invite-user" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:97.0) Gecko/20100101 Firefox/97.0" 937 0.004 [test-ns-web-app-9080] [] 198.13.5.62:9080 4 0.003 200 065863b5bdd28a6f0db5e061cd4944af

1 REPLY 1

Hirokazu.Mori
AppDynamics Team

Thank you for your post on the community!

If you have already used our cluster agent, you can use auto-instrument function below:

By using auto-instrumentation, you can monitor Java, .NET Core on Linux and Node.js applications without installing language agents manually.

Best regards,
 
Hirokazu