
Certified Kubernetes Administrator (CKA)
Domain 5Objective 1
Understand Connectivity Between Pods CKA Practice Questions (Page 5)
Part of the Servicing and Networking domain, which accounts for 20% of the CKA exam. Linux Foundation does not publish an official question count, but from its 120-minute exam (~50–80 total, ~10–16 in this domain), expect 2–3 from this objective — we provide 27 practice questions to prepare you well beyond it. (estimate)
27questions here
6free pages
8concepts
20%of the exam
Questions 21–25
- 21
A cluster has a default-deny NetworkPolicy in the 'prod' namespace. A new application is deployed with Pods labeled 'app: web'. The application needs to: 1) receive traffic from Pods labeled 'app: frontend', 2) send traffic to a database Service named 'db' in the same namespace, and 3) receive traffic from monitoring tools in the 'monitoring' namespace. The team creates a NetworkPolicy that selects 'app: web' and includes the following rules: ingress from 'app: frontend', ingress from 'monitoring' namespace, and egress to the 'db' Service. Which requirement is NOT met?
Select an answer first - 22
What is the role of an Ingress controller in Kubernetes?
Select an answer first - 23
What is the primary purpose of a Kubernetes Service?
Select an answer first - 24
A team has a StatefulSet with three replicas of a database. They want each Pod to have a stable network identity so that clients can connect to a specific replica. They also want a stable DNS name for the StatefulSet as a whole. What should they do?
Select an answer first - 25
A Pod runs two containers: a web server and a log shipper. The web server writes logs to a file, and the log shipper needs to read that file. How can the log shipper access the web server's log file?
Select an answer first
Finished these 5 questions?
Review the revealed explanations, or continue through the curriculum.
Free Basic Practice is a study aid with revealable answers — not a scored exam. Examers.io is independent and not affiliated with or endorsed by Linux Foundation. “CKA” is a trademark of its owner, used for identification only.