Questions tagged [kube-state-metrics]
50 questions
0
votes
0 answers
How to access Kube state metrics service metrics on custom URL using ingress controller
I have one central cluster on which my promethus and grafana Dashboard are configured. The idea is to use this central cluster and export metrics from different clusters and view it on central cluster. Each application has its own grafana…

Vikram Pathania
- 873
- 2
- 8
- 15
0
votes
0 answers
split Kubernetes cluster costs between namespaces
We are running a multi tenant Kubernetes cluster running on EKS (in AWS) and I need to come up with an appropriate way of charging all the teams that use the cluster. We have the costs of the EC2 worker nodes but I don't know how to split these…

Steve
- 175
- 1
- 3
- 13
0
votes
0 answers
kube-stat-metrics is not working when only master node is running in a cluster
I am monitoring Kubernetes cluster ( which is deployed using kubeadm ) with grafana and Prometheus.
I am facing some difficulty with kube-state-metrics that is when I up the only master node then I am seeing kube-state-metrics down in Prometheus…

Mohan Sai
- 43
- 6
0
votes
1 answer
error "No nodes are available that match all of the predicates: MatchNodeSelector (7), PodToleratesNodeTaints (1)" for kube-state-metrics
I am getting an error "No nodes are available that match all of the predicates: MatchNodeSelector (7), PodToleratesNodeTaints (1)" for kube-state-metrics. Please guide me how to troubleshoot this issue
admin@ip-172-20-58-79:~/kubernetes-prometheus$…

Ashish Karpe
- 5,087
- 7
- 41
- 66
-2
votes
2 answers
error converting YAML to JSON: yaml: line 21: found a tab character that violate indentation
Getting an error for the following deployment.yaml:
admin@ip-172-20-58-79:~/kubernetes-prometheus/kube-state-metrics-configs$ kubectl apply -f deployment.yaml
error: error converting YAML to JSON: yaml: line 21: found a tab character that violate…

Ashish Karpe
- 5,087
- 7
- 41
- 66