The question goes as
Q. 7
For this question, please set the context to cluster2 by running:
kubectl config use-context cluster2
On the student-node, a Helm chart repository is given under the /opt/ path. It contains the files that describe a set of Kubernetes resources that can be deployed as a single unit. The files have some issues. Fix those issues and deploy them with the following specifications: -
NOTE: - Remember to make necessary changes in the values.yaml and Chart.yaml files according to the specifications, and, to fix the issues, inspect the template files.
You can start new terminal to open student-node command.
So, what this student-node? Is it a another server that I need to SSH in to? I tried that and it was asking for a password which is not provided. It is not a K8s node either, I checked that. So how do I see and access the Helm files this question mentions?
Thanks
Ken