VKS標準パッケージとしてインストールしたPrometheusのprometheus-kube-state-metricsサービスにクラスタIPが表示されない
search cancel

VKS標準パッケージとしてインストールしたPrometheusのprometheus-kube-state-metricsサービスにクラスタIPが表示されない

book

Article ID: 449485

calendar_today

Updated On:

Products

VMware vSphere Kubernetes Service

Issue/Introduction

免責事項:これは英文の記事「No Cluster IP is displayed for the prometheus-kube-state-metrics service installed with prometheus VKS standard package」の日本語訳です。
記事はベストエフォートで翻訳を進めているため、ローカライズ化コンテンツは最新情報ではない可能性があります。最新情報は英語版の記事で参照してください。

prometheus-node-state-metrics serviceのCluster IPがNoneになっている

$ kubectl get svc -n tanzu-system-monitoring
NAME                            TYPE        CLUSTER-IP      EXTERNAL-IP   PORT(S)         AGE
alertmanager                    ClusterIP   10.96.nnn.www   <none>        80/TCP          XXXd
prometheus-kube-state-metrics   ClusterIP   None            <none>        80/TCP,81/TCP   XXXd
prometheus-node-exporter        ClusterIP   10.96.mmm.xxx   <none>        9100/TCP        XXXd
prometheus-pushgateway          ClusterIP   10.96.ooo.yyy   <none>        9091/TCP        XXXd
prometheus-server               ClusterIP   10.96.ppp.zzz   <none>        80/TCP          XXXd

Resolution

これは想定動作であり問題を示すものではありません。