nerdexam
CompTIA

XK0-005 · Question #598

A DevOps engineer wants to allow the same Kubernetes container configurations to be deployed in development, testing, and production environments. A key requirement is that the containers should be…

The correct answer is D. Ambassador container. To allow the same Kubernetes container configurations to be deployed in different environments without statically configuring custom locations, the engineer can use an ambassador container (D). An ambassador container is a proxy container that handles communication between…

Scripting, Containers, and Automation

Question

A DevOps engineer wants to allow the same Kubernetes container configurations to be deployed in development, testing, and production environments. A key requirement is that the containers should be configured so that developers do not have to statically configure custom, environment- specific locations. Which of the following should the engineer use to meet this requirement?

Options

  • ACustom scheduler
  • BNode affinity
  • COverlay network
  • DAmbassador container

How the community answered

(24 responses)
  • A
    8% (2)
  • B
    4% (1)
  • C
    4% (1)
  • D
    83% (20)

Explanation

To allow the same Kubernetes container configurations to be deployed in different environments without statically configuring custom locations, the engineer can use an ambassador container (D). An ambassador container is a proxy container that handles communication between containers and external services. It can dynamically configure locations based on environment variables or other methods.

Topics

#Kubernetes#Container patterns#Environment configuration#DevOps

Community Discussion

No community discussion yet for this question.

Full XK0-005 Practice