Installing the Metrics Server can be done in one kubectl command.
kubectl apply -f https://github.com/kubernetes-sigs/metrics-server/releases/latest/download/components.yaml
Confirm the metrics server has started and is running successfully.
watch kubectl get pods -n kube-system -l k8s-app=metrics-server
Once the pod is running, type CTRL-C to exit