Istio Service Mesh for Kubernetes Easy Simplified Explanation

Поділитися
Вставка
  • Опубліковано 23 жов 2024

КОМЕНТАРІ • 3

  • @sudhakarreddy5702
    @sudhakarreddy5702 2 роки тому +1

    Nice explanation, i have one doubt on istio metrics.how istio collect the metrics or telemetry and logs. I can see mixer is deprecated.is there any way to get the metrics

    • @learnwithgvr
      @learnwithgvr  2 роки тому

      depend on your requirement i.e., Proxy-level metrics/Service-level metrics/Control plane metrics use envoy proxies Statistics functionality to get required metrics. Refer www.envoyproxy.io/docs/envoy/latest/intro/arch_overview/observability/statistics
      www.envoyproxy.io/docs/envoy/latest/configuration/observability/observability
      or else you can make use of Prometheus metrics by exporting custom metrics from your service etc.

    • @manikanthkommoju3176
      @manikanthkommoju3176 2 роки тому +2

      mixer is not deprecated, it is a part of istiod in the backend