Examers.io
ExamsOrganizationsHow it worksPricingHelp & FAQ
Linux Foundation logo

Certified Kubernetes Application Developer (CKAD)

Domain 4Objective 1

Exposing Applications CKAD Practice Questions (Page 3)

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 11–15

  1. 11foundation · easy

    An Ingress rule is not routing traffic to the intended Service. Which of the following is a likely cause?

    Select an answer first
  2. 12foundation · easy

    In a Service YAML manifest, which field specifies the port that the Service itself listens on?

    Select an answer first
  3. 13application · medium

    A Service named 'frontend' is not routing traffic to pods. The Service YAML is shown below: ```yaml apiVersion: v1 kind: Service metadata: name: frontend spec: selector: app: frontend version: v1 ports: - port: 80 targetPort: 8080 ``` The pods have the labels 'app=frontend' and 'version=v2'. What is the most likely reason the Service is not routing traffic?

    Select an answer first
  4. 14foundation · easy

    What is the role of an Ingress controller in Kubernetes?

    Select an answer first
  5. 15application · medium

    An organization runs multiple microservices in a Kubernetes cluster. They want to expose several HTTP-based services using a single external IP address, with routing based on the requested hostname (e.g., api.example.com and web.example.com). They also need TLS termination to be handled at the entry point. Which approach should they use?

    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.