No Cluster IP is displayed for the prometheus-kube-state-metrics service installed with prometheus VKS standard package
search cancel

No Cluster IP is displayed for the prometheus-kube-state-metrics service installed with prometheus VKS standard package

book

Article ID: 422676

calendar_today

Updated On:

Products

VMware vSphere Kubernetes Service

Issue/Introduction

The Cluster IP of the prometheus-node-state-metrics service is 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

This is expected behavior and does not indicate a problem.