gpt4 book ai didi

kubernetes - 如何将 Istio 与 Prometheus 集成

转载 作者:行者123 更新时间:2023-12-02 11:38:53 29 4
gpt4 key购买 nike

我需要使用 Istio + Prometheus 对收集 k8s 应用程序指标进行 POC。
我的普罗米修斯在虚拟机上运行。我不想在 kubernetes 中将 Prometheus 作为容器运行。
任何人都可以帮助我获得正确的文档吗?
或者建议如何在不将 prometheus 作为 pod 在 k8s 中运行的情况下执行此操作?

最佳答案

您可以更新 config-maphelm并且 istio 适配器会处理其他事情。
您可以在此 github issue 中找到更多详细信息

看看这个example .

You can bring your own Prometheus to Istio, with three quick steps.

  • First, update your Prometheus configuration. Prometheus relies on a scrape config model, where targets represent /metrics endpoints, ingested by the Prometheus server.
  • Second, update your Prometheus deployment to mount Istio's certificates into Prometheus. This allows Prometheus to scrape Istio workloads when mutual TLS is enabled. To do this, mount in the istio.default secret into your Prometheus deployment YAML
  • Lastly, update Istio's configuration to use a custom Prometheus address.

关于kubernetes - 如何将 Istio 与 Prometheus 集成,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61714473/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com