CKAD • Practice Test 8
Free CKAD practice test — 10 questions with explanations. Set 8. No signup required.
You apply the following Ingress manifest:
apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: app-ingress spec: ingressClassName: nginx rules: - host: example.com http: paths: - path: /api pathType: Prefix backend: service: name: api-service port: number: 80
The Ingress controller logs show a 404 error when accessing 'http://example.com/api'. The service 'api-service' exists and is reachable via ClusterIP. What is the most likely cause?
Choose an answer to begin — your selection is scored in the full session.
10 questions · instant feedback and full explanations after every question.