ExamGecko
Question list
Search
Search

Question 53 - JN0-213 discussion

Report
Export

Click the Exhibit button.

You apply the manifest file shown in the exhibit.

Which two statements are correct in this scenario? (Choose two.)

A.
The created pods are receiving traffic on port 80.
Answers
A.
The created pods are receiving traffic on port 80.
B.
This manifest is used to create a deployment.
Answers
B.
This manifest is used to create a deployment.
C.
This manifest is used to create a
Answers
C.
This manifest is used to create a
D.
Four pods are created as a result of applying this manifest.
Answers
D.
Four pods are created as a result of applying this manifest.
Suggested answer: B, D

Explanation:

This manifest is used to create a deployment, which is a Kubernetes resource that manages a set of pods with the same configuration. A deployment can also provide declarative updates, scaling, and rolling back for the pods. The created pods are not receiving traffic on port 80, because the manifest does not specify a service or a selector for the deployment. A service is another Kubernetes resource that defines a logical set of pods and a policy to access them. A selector is a label query that matches the pods that belong to the service.Four pods are created as a result of applying this manifest, because the manifest specifies replicas: 4 in the spec section of the deployment

asked 18/09/2024
Babatunde Ipaye
40 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first