sonam jha
sonam jha

Reputation: 1

How to integrate Appdynamics in/with Istio?

I am new to Istio service mesh. I have to integrate/configure appdynamics in istio. I have no clue how to do that. Anything related to this would help. Any example or related links or video...anything.

Upvotes: 0

Views: 647

Answers (2)

Jeremy Davis
Jeremy Davis

Reputation: 1

Istio being a service mesh for k8s. You can use AppD Cluster agent for k8s in general.

But if your referring to things like the istio specific metrics, you could leverage the prometheus collector, then use the prometheus/appd extension to pull those specific istio metrics into appd's metric store in the controller. At which point you could do rules against them and get baselines like any metric.

Upvotes: 0

Ingmar Boddington
Ingmar Boddington

Reputation: 3500

From checking out the code for Istio - https://github.com/istio - this appears to be an application with components written in Go and C++ which are deployed to containers using Kubernetes.

This would mean that for monitoring you should be looking at:

You have you work cut out for you here - both SDK's would require changes to the code being ran to get visibility.

Upvotes: 0

Related Questions