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
Reference: https://github.com/kubernetes-sigs/metrics-server/issues/165#issuecomment-435272021