Metrics Server
The metrics server monitors the resource consumption inside the cluster. It populates the information in kubectl top nodes
to get the node status and gives the information to automatically autoscale deployments with Horizontal pod autoscaling.
To install it, you can use the metrics-server
helm chart.
To test that the horizontal pod autoscaling is working, follow the AWS EKS guide.