Mock Exam Series For CKAD

Do we have mock exam series for CKAD apart from Lightning Labs?

I could see mock exam series launched for CKA, but could not find for CKAD.

Hello @shanmugam.saravanan,
Not yet, but you can submit your requested course here
Request a Course - KodeKloud and the team will review it.

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

  1. Run the following command to change the context: -
    kubectl config use-context cluster3

  2. Log in to the cluster3-controlplane node first
    ssh cluster3-controlplane

  3. 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 recoginised

Kindly help me on this in urgent basis. Refer the attached screenshot for error

@mmkmou
For this question, the issues are helm not installed in the designated cluster3-controlplane. However I installed to perform the task. But the helm chart lvm-crytal-apd not present. Please find the screenshot
image
image

Hi @shanmugam.saravanan,
It’s a known issue a lab team work on it right now.

The purpose of this task is to use helm to do the deployment. If you bypass the helm chart the the validation will not work

Regard

@mmkmou Thanks. I get that. As per the question, the helm chart lvm-crytal-apd should be present for the task to perform