AWS EKS metrics not working issue

AWS EKS metrics by default not installed and after installation, we can't get the metrics.
The problem is caused by internal IP, so fixing the deployment.yaml by adding

command: - /metrics-server - --kubelet-preferred-address-types=InternalIP

image.png

Reference: https://github.com/kubernetes-sigs/metrics-server/issues/165#issuecomment-435272021

你可能感兴趣的:(AWS EKS metrics not working issue)