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 3 out of 28 pages
Exam (elaborations)

CERTIFIED KUBERNETES ADMINISTRATOR (CKA) MIDTERM EXAM--QUESTIONS AND ANSWERS WITH RATIONALES/GRADED A+/2026 UPDATE/100%

Document preview thumbnail
Preview 3 out of 28 pages

Domain 1: Cluster Architecture, Installation & Configuration (Questions 1-12) Q1. kubeadm Initialization You need to initialize a control plane node with a specific pod network CIDR 10.244.0.0/16 and an API server advertise address of 192.168.1.100. Which command is correct? A. kubeadm init --pod-network-cidr=10.244.0.0/16 --apiserver-advertise address=192.168.1.100 B. kubeadm init --network-cidr=10.244.0.0/16 --advertise-address=192.168.1.100 C. kubeadm init --pod-cidr=10.244.0.0/16 --api-server=192.168.1.100 D. kubeadm init --cidr=10.244.0.0/16 --bind-address=192.168.1.100 Answer: A Rationale: The kubeadm init command requires --pod-network-cidr to specify the CIDR for pod networking (used by CNI plugins like Flannel, Calico). --apiserver advertise-address sets the IP address the API server advertises to other cluster members.

Content preview

CERTIFIED KUBERNETES ADMINISTRATOR
(CKA) MIDTERM EXAM--QUESTIONS AND
ANSWERS WITH RATIONALES/GRADED
A+/2026 UPDATE/100%

CKA Midterm Exam: Questions 1–60


Domain 1: Cluster Architecture, Installation & Configuration (Questions 1-12)
Q1. kubeadm Initialization
You need to initialize a control plane node with a specific pod network
CIDR 10.244.0.0/16 and an API server advertise address of 192.168.1.100. Which
command is correct?
A. kubeadm init --pod-network-cidr=10.244.0.0/16 --apiserver-advertise-
address=192.168.1.100
B. kubeadm init --network-cidr=10.244.0.0/16 --advertise-address=192.168.1.100
C. kubeadm init --pod-cidr=10.244.0.0/16 --api-server=192.168.1.100
D. kubeadm init --cidr=10.244.0.0/16 --bind-address=192.168.1.100
Answer: A
Rationale: The kubeadm init command requires --pod-network-cidr to specify the
CIDR for pod networking (used by CNI plugins like Flannel, Calico). --apiserver-
advertise-address sets the IP address the API server advertises to other cluster
members.

,Q2. Certificate Renewal with kubeadm
Your cluster certificates expire in 30 days. Which command renews all certificates
immediately without downtime?
A. kubeadm certs renew all
B. kubeadm alpha certs renew all
C. kubeadm upgrade renew-certs
D. kubeadm certs regenerate
Answer: A
Rationale: kubeadm certs renew all renews all certificates managed by kubeadm.
After renewal, the API server and other control plane components must be
restarted (or the pods will automatically pick up the new certificates when they
restart). The command does not require cluster downtime.


Q3. Control Plane High Availability
You are building a 3-node control plane cluster with kubeadm. After initializing the
first node, how do you join additional control plane nodes?
A. kubeadm join with the --control-plane flag
B. kubeadm init --join-control-plane
C. kubeadm control-plane join
D. kubectl join --control-plane
Answer: A
Rationale: After initializing the first control plane node, use kubeadm join with
the --control-plane flag on additional nodes, along with the certificate key from
the first node. This adds them as etcd members and control plane components.


Q4. etcd Member Removal
An etcd member node is permanently offline. How do you remove it from the etcd
cluster?

, A. etcdctl member remove <member-id>
B. kubeadm reset etcd
C. kubectl delete etcd member
D. etcdctl cluster remove <node-name>
Answer: A
Rationale: Use etcdctl member list to identify the member ID, then etcdctl
member remove <member-id> to remove it. This maintains cluster health by
removing a failed member from the quorum calculation.


Q5. kubelet Configuration File Location
Where is the kubelet configuration file typically located on a node bootstrapped
with kubeadm?
A. /var/lib/kubelet/config.yaml
B. /etc/kubernetes/kubelet.conf
C. /etc/systemd/system/kubelet.conf
D. /var/lib/kubelet/kubeadm-flags.env
Answer: A
Rationale: kubeadm writes the kubelet configuration
to /var/lib/kubelet/config.yaml. The /etc/kubernetes/kubelet.conf file contains
the kubeconfig for the kubelet to authenticate to the API server.


Q6. Cluster Upgrade Order
You have a 4-node cluster (1 control plane, 3 workers). What is the correct order
for upgrading from v1.28 to v1.29?
A. Upgrade control plane → upgrade workers → upgrade kubelet on control plane
B. Upgrade kubelet on control plane → upgrade control plane → upgrade workers
C. Drain control plane → upgrade kubeadm/kubelet/kubectl → kubeadm upgrade

Document information

Uploaded on
May 14, 2026
Number of pages
28
Written in
2025/2026
Type
Exam (elaborations)
Contains
Questions & answers
$25.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.
docwillowivy
5.0
(1)
Sold
12
Followers
1
Items
2747
Last sold
1 week 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