CKA • Practice Test 2
Free CKA practice test — 10 questions with explanations. Set 2. No signup required.
Given the following YAML manifests in the same namespace: ```yaml apiVersion: v1 kind: Pod metadata: name: my-pod labels: app: my-app spec: containers: - name: app image: nginx ports: - containerPort: 8080 --- apiVersion: v1 kind: Service metadata: name: my-service spec: selector: app: my-app ports: - port: 80 targetPort: 8080 ``` A pod in the same namespace tries to reach my-service on port 80. What is the most likely outcome?
Choose an answer to begin — your selection is scored in the full session.
10 questions · instant feedback and full explanations after every question.