简单的普罗米修斯安装 运行kubectl apply -f prometheus.yaml 将注释添加到您希望Prometheus收集的部署中。 将端口( 8080 )和路径( /metrics )替换为您的pod公开的正确端口和路径。 apiVersion: apps/v1 kind: Deployment metadata: name: web labels: comp: web spec: replicas: 1 revisionHistoryLimit: 2 selector: matchLabels: comp: web template: metadata: labels: comp: web annotations: prometheus.io/path: