100% satisfaction guarantee Immediately available after payment Both online and in PDF No strings attached 4.2 TrustPilot
logo-home
Exam (elaborations)

CKAD Exam Questions & Answers - Helm Questions and Answers 100% Solved

Rating
-
Sold
-
Pages
5
Grade
A+
Uploaded on
07-08-2024
Written in
2024/2025

CKAD Exam Questions & Answers - Helm

Institution
CKAD
Course
CKAD









Whoops! We can’t load your doc right now. Try again or contact support.

Written for

Institution
CKAD
Course
CKAD

Document information

Uploaded on
August 7, 2024
Number of pages
5
Written in
2024/2025
Type
Exam (elaborations)
Contains
Questions & answers

Subjects

Content preview

CKAD Exam Questions & Answers -
Helm


The DevOps team would like to get the list of all Namespaces in the cluster. Get the list
and save it to /opt/course/1/namespaces. - answerk get ns > /opt/course/1/namespaces

Create a single Pod of image httpd:2.4.41-alpine in Namespace default. The Pod should
be named pod1 and the container should be named pod1-container. - answerk run #
help

# check the export on the very top of this document so we can use $do

k run pod1 --image=httpd:2.4.41-alpine $do > 2.yaml

vim 2.yaml

Change the container name in 2.yaml to pod1-container:

Your manager would like to run a command manually on occasion to output the status
of that exact pod1. Please write a command that does this into /opt/course/2/pod1-
status-command.sh. The command should use kubectl. - answerNext create the
requested command:
vim /opt/course/2/pod1-status-command.sh

The content of the command file could look like:
# /opt/course/2/pod1-status-command.sh

kubectl -n default describe pod pod1 | grep -i status:


To test the command:
➜ sh /opt/course/2/pod1-status-command.sh
Running

Team Neptune needs a Job template located at /opt/course/3/job.yaml. This Job should
run image busybox:1.31.0 and execute
sleep 2 && echo done.

It should be in namespace neptune, run a total of 3 times and should execute 2 runs in
parallel. - answerk -n neptun create job -h

, # check the export on the very top of this document so we can use $do

k -n neptune create job neb-new-job --image=busybox:1.31.0 $do >
/opt/course/3/job.yaml -- sh -c "sleep 2 && echo done"
vim /opt/course/3/job.yaml

make the required changes in the yaml:

Then to create it:
k -f /opt/course/3/job.yaml create
# namespace already set in yaml

Start the Job and check its history. Each pod created by the Job should have the label
id: awesome-job. The job should be named neb-new-job and the container neb-new-
job-container. - answerCheck Job and Pods, you should see two running parallel at
most but three in total:

k -n neptune get pod,job | grep neb-new-job

Check job history:

k -n neptune describe job neb-new-job

Team Mercury asked you to perform some operations using Helm, all in Namespace
mercury:
Delete release internal-issue-report-apiv1 - answerFirst we should delete the required
release:

helm -n mercury ls

➜ helm -n mercury ls

NAME NAMESPACE STATUS CHART APP VERSION
internal-issue-report-apiv1 mercury deployed nginx-9.5.0 1.21.1
internal-issue-report-apiv2 mercury deployed nginx-9.5.0 1.21.1
internal-issue-report-app mercury deployed nginx-9.5.0 1.21.1

helm -n mercury uninstall internal-issue-report-apiv1
release "internal-issue-report-apiv1" uninstalled

➜ helm -n mercury ls
NAME NAMESPACE STATUS CHART APP VERSION
internal-issue-report-apiv2 mercury deployed nginx-9.5.0 1.21.1
internal-issue-report-app mercury deployed nginx-9.5.0 1.21.1

Get to know the seller

Seller avatar
Reputation scores are based on the amount of documents a seller has sold for a fee and the reviews they have received for those documents. There are three levels: Bronze, Silver and Gold. The better the reputation, the more your can rely on the quality of the sellers work.
Dreamer252 NBursing
View profile
Follow You need to be logged in order to follow users or courses
Sold
477
Member since
2 year
Number of followers
293
Documents
21305
Last sold
1 week ago

4.0

115 reviews

5
60
4
22
3
18
2
2
1
13

Recently viewed by you

Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their tests and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Frequently asked questions