nerdexam
LPI

305-300 · Question #108

Which of the following are container orchestration platforms?

The correct answer is B. Docker Swarm D. Kubernetes. Container orchestration platforms are responsible for deploying, scaling, networking, and managing containerized applications across multiple hosts. According to containerization documentation, Docker Swarm and Kubernetes are recognized container orchestration platforms. Docker…

Container Orchestration

Question

Which of the following are container orchestration platforms?

Options

  • ADocker Compose
  • BDocker Swarm
  • CLXC
  • DKubernetes

How the community answered

(23 responses)
  • A
    9% (2)
  • B
    78% (18)
  • C
    13% (3)

Explanation

Container orchestration platforms are responsible for deploying, scaling, networking, and managing containerized applications across multiple hosts. According to containerization documentation, Docker Swarm and Kubernetes are recognized container orchestration platforms. Docker Swarm is Docker's native orchestration solution, providing clustering, service discovery, load balancing, and rolling updates. Kubernetes is the industry-standard orchestration platform, offering advanced scheduling, self-healing, horizontal scaling, and declarative configuration. Docker Compose is not considered a full orchestration platform; it is primarily designed for defining and running multi-container applications on a single host, mainly for development and testing. LXC is a container runtime and system container technology, not an orchestration Container documentation clearly distinguishes orchestration platforms from runtimes and local development tools. Therefore, the correct answers are B and D.

Topics

#Kubernetes#Docker Swarm#container orchestration#platforms

Community Discussion

No community discussion yet for this question.

Full 305-300 Practice