Hi Folks,
I am starting to number these tasks. I think this is 8 but if not I will add some before hand :).
Today we will look at the metrics server in Minikube.
First we need to turn on the Metrics-server addon
minikube addons enable metrics-serverYou will need to wait for a bit until the pod is running:

Now you should be able to see some metrics:
For top nodes (we only have one but in a multi-node cluster they would all appear)
k top nodes
k top pods --all-namespaces
k top pod --help
k top nodes --helpUse the above commands to find out what else these commands can do.
