I attended Ultimate Certified Kubernetes Application Developer (CKAD) Mock Exam Series - Mock1.
there is a question, please set the context to cluster3 by running:
kubectl config use-context cluster3
One co-worker deployed an nginx helm chart on the cluster3 server called lvm-crystal-apd. A new update is pushed to the helm chart, and the team wants you to update the helm repository to fetch the new changes.
After updating the helm chart, upgrade the helm chart version to above 13.2.9 and increase the replica count to 2.
NOTE: - We have to perform this task on the cluster3-controlplane node.
You can SSH into the cluster3 using ssh cluster3-controlplane command.
my doubt:
==============
I tried with the below steps
Run the following command to change the context: -
kubectl config use-context cluster3
Log in to the cluster3-controlplane node first
ssh cluster3-controlplane
then I typed helm ls and getting the error helm command not found. I tried to install the helm in cluster3-controlplane, but getting the error.
I followed the steps that mentioned in the solution as well, but helm command is not recognised
But the mock exam validated as failed and mentioned " * required command available not correct". Below is the solution mentioned. But I do not see any issue with my yaml file. I could see the difference is I have mentioned the sleep 3600 under orgs instead of command. But both does the same operations. Kindly clarify me on this