Hi all, I have a question. For installing metrics-server (Let us deploy metrics- . . .

Dr Ganesh Neelakanta Iyer:
Hi all, I have a question. For installing metrics-server (Let us deploy metrics-server to monitor the PODs and Nodes. Pull the git repository for the deployment files.) as part of Monitoring, while referring to original Kubernetes documentation, I do not see the URL to pick up for applying yaml file. In this https://kubernetes.io/docs/tasks/debug-application-cluster/resource-metrics-pipeline/|URL, we have one reference, but that is going out to git hub kbernetes-sigs space which is not allowed to be referred during exam. Any ideas how to handle this situation?

Dr Ganesh Neelakanta Iyer:
Can I do a curl to the given URL in the official documentation and grep for yaml file (As sample given below in the screenshot)?

Dr Ganesh Neelakanta Iyer:

Tej_Singh_Rana:
Hello, @Dr Ganesh Neelakanta Iyer
You don’t require to do curl or grep something…
You will get pre-configured metrics-server on the cluster or they will provide proper instructions with URL to install metrics-server on a given cluster.

Dr Ganesh Neelakanta Iyer:
That is great. Thanks a lot @Tej_Singh_Rana