
Certified Kubernetes Application Developer (CKAD)
Domain 4Objective 1
Exposing Applications CKAD Practice Questions (Page 1)
Part of the Application Environment, Configuration and Security domain, which accounts for 25% of the CKAD exam. Linux Foundation does not publish an official question count, but from its 120-minute exam (~50–80 total, ~13–20 in this domain), expect 3–5 from this objective — we provide 20 practice questions to prepare you well beyond it. (estimate)
20questions here
4free pages
7concepts
25%of the exam
Questions 1–5
- 1
An Ingress is configured with TLS, but clients receive a certificate warning. What is a common cause?
Select an answer first - 2
Which of the following is true about Ingress resources?
Select an answer first - 3
Which kubectl command creates a Service to expose a deployment named 'web' on port 80, targeting container port 8080?
Select an answer first - 4
An administrator created an Ingress resource to expose a Service. The Ingress controller is running, but requests to the Ingress return a 404 Not Found error. The Ingress YAML is shown below: ```yaml apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: example-ingress spec: rules: - host: example.com http: paths: - path: / pathType: Prefix backend: service: name: web-svc port: number: 80 ``` The Service 'web-svc' exists and has endpoints. What is the most likely cause of the 404 error?
Select an answer first - 5
You need to expose a web application to external users on a specific port of each node's IP address. Which Service type is most appropriate?
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. “CKAD” is a trademark of its owner, used for identification only.