JN0-214 · Question #15
You apply the manifest file shown in the exhibit. Which two statements are correct in this scenario? (Choose two.)
The correct answer is A. The created pods are receiving traffic on port 80. B. This manifest is used to create a deployment. Option A: The manifest specifies that the container in each pod will expose port 80, which means the pods will receive traffic on this port. Option B: The manifest is for a Deployment (as indicated by kind: Deployment), which manages the desired state of the application…
Question
You apply the manifest file shown in the exhibit. Which two statements are correct in this scenario? (Choose two.)
Exhibit
Options
- AThe created pods are receiving traffic on port 80.
- BThis manifest is used to create a deployment.
- CThis manifest is used to create a deploymentConfig.
- DFour pods are created as a result of applying this manifest.
How the community answered
(25 responses)- A84% (21)
- C8% (2)
- D8% (2)
Explanation
Option A: The manifest specifies that the container in each pod will expose port 80, which means the pods will receive traffic on this port. Option B: The manifest is for a Deployment (as indicated by kind: Deployment), which manages the desired state of the application, ensuring that 3 replicas of the application are
Topics
Community Discussion
No community discussion yet for this question.
