nerdexam
Juniper

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…

Cloud Fundamentals

Question

You apply the manifest file shown in the exhibit. Which two statements are correct in this scenario? (Choose two.)

Exhibit

JN0-214 question #15 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)
  • A
    84% (21)
  • C
    8% (2)
  • D
    8% (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

#Kubernetes#manifest#deployment#pod configuration

Community Discussion

No community discussion yet for this question.

Full JN0-214 Practice