Written by students who passed Immediately available after payment Read online or as PDF Wrong document? Swap it for free 4.6 TrustPilot
logo-home
Document preview thumbnail
Preview 2 out of 9 pages
Exam (elaborations)

Certified Kubernetes Administrator (CKA) ACTUAL PERFORMANCE TASK SIMULATION 2026/2027 | Hands-On kubectl Tasks | No Multiple Choice | Exam Environment Simulation | Pass Guaranteed - A+ Graded

Document preview thumbnail
Preview 2 out of 9 pages

Certified Kubernetes Administrator (CKA) ACTUAL PERFORMANCE TASK SIMULATION 2026/2027 | Hands-On kubectl Tasks | No Multiple Choice | Exam Environment Simulation | Pass Guaranteed - A+ Graded

Content preview

S


Certified Kubernetes Administrator (CKA) ACTUAL
PERFORMANCE TASK SIMULATION 2026/2027 | Hands-
On kubectl Tasks | No Multiple Choice | Exam Environment
Simulation | Pass Guaranteed - A+ Graded



DOMAIN 1: CLUSTER ARCHITECTURE, INSTALLATION & CONFIGURATION (4
Tasks)



Task 1: Create a new ClusterRole named pod-reader that grants permissions to get, list, and
watch pods in the cluster. Then create a ClusterRoleBinding named pod-reader-binding that
assigns this role to the ServiceAccount default in the namespace development.

Correct Solution:

bash

Copy

kubectl create clusterrole pod-reader --verb=get,list,watch --resource=pods
kubectl create clusterrolebinding pod-reader-binding --clusterrole=pod-reader --
serviceaccount=development:default



Task 2: You need to upgrade a kubeadm cluster from Kubernetes v1.28.x to v1.29.x. The control
plane node is cp-node-1. Perform the upgrade following best practices: drain the node, upgrade
kubeadm, upgrade the control plane components, upgrade kubelet and kubectl, then uncordon the
node. Provide the key commands in sequence.

Correct Solution:

bash

Copy

# On cp-node-1

kubectl drain cp-node-1 --ignore-daemonsets

, S

# Upgrade kubeadm

sudo apt-mark unhold kubeadm && \

sudo apt-get update && sudo apt-get install -y kubeadm=1.29.x-00 && \

sudo apt-mark hold kubeadm



# Verify and apply upgrade

sudo kubeadm upgrade plan

sudo kubeadm upgrade apply v1.29.x



# Upgrade kubelet and kubectl

sudo apt-mark unhold kubelet kubectl && \

sudo apt-get update && \

sudo apt-get install -y kubelet=1.29.x-00 kubectl=1.29.x-00 && \

sudo apt-mark hold kubelet kubectl



# Restart kubelet

sudo systemctl daemon-reload

sudo systemctl restart kubelet



# Uncordon node

kubectl uncordon cp-node-1



Task 3: Create a backup of the etcd cluster running at https://127.0.0.1:2379 using the etcdctl
snapshot save command. Use the CA certificate at /etc/kubernetes/pki/etcd/ca.crt, the client
certificate at /etc/kubernetes/pki/etcd/server.crt, and the client key at
/etc/kubernetes/pki/etcd/server.key. Save the snapshot to /opt/etcd-backup.db.

Correct Solution:

bash

Document information

Uploaded on
February 9, 2026
Number of pages
9
Written in
2025/2026
Type
Exam (elaborations)
Contains
Questions & answers
$13.49

Wrong document? Swap it for free Within 14 days of purchase and before downloading, you can choose a different document. You can simply spend the amount again.
Written by students who passed
Immediately available after payment
Read online or as PDF

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.
TutorRicks
3.6
(50)
Sold
372
Followers
51
Items
2908
Last sold
3 days ago



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

Working on your references?

Create accurate citations in APA, MLA and Harvard with our free citation generator.

Working on your references?

Frequently asked questions