如何使用在不同名称空间中运行的应用程序Pod配置用于服务发现的Prometheus

时间:2020-04-04 01:52:31

标签: kubernetes prometheus

使用在不同名称空间中运行的应用程序容器来配置用于服务发现的方法

/*With single namespace it's fine to do like this:

  prometheus.io/path: "/metrics" //endpoint
  prometheus.io/port: "8001" // port
  prometheus.io/scrape: "true" //To scrape

but with different namespace not able to configure */

0 个答案:

没有答案