nerdexam
Cisco

400-007 · Question #225

An international media provider is an early adopter of Docker and micro services and is using an open-source homegrown container orchestration system. A few years ago. they migrated from on-premises…

The correct answer is A. Kubernetes. Kubernetes is the industry-standard state-aware container orchestration platform designed to manage, scale, and self-heal containerized microservices workloads at scale.

Designing Management and Operations

Question

An international media provider is an early adopter of Docker and micro services and is using an open-source homegrown container orchestration system. A few years ago. they migrated from on-premises data centers to the cloud. Now they are faced with challenges related to management of the deployed services with their current homegrown orchestration system. Which platform is well-suited as a state-aware orchestration system?

Options

  • AKubernetes
  • BPuppet
  • CAnsible
  • DTerraform

How the community answered

(16 responses)
  • A
    88% (14)
  • B
    6% (1)
  • C
    6% (1)

Why each option

Kubernetes is the industry-standard state-aware container orchestration platform designed to manage, scale, and self-heal containerized microservices workloads at scale.

AKubernetesCorrect

Kubernetes is purpose-built for container orchestration and maintains desired state through its control plane - if a container or node fails, it automatically reschedules and restores the defined state. It natively supports service discovery, load balancing, rolling updates, and scaling, making it a direct replacement for homegrown orchestration systems managing Docker-based microservices.

BPuppet

Puppet is a configuration management tool for managing server state and software installations, not a container orchestration platform.

CAnsible

Ansible is an agentless automation and configuration management tool, not designed to orchestrate or maintain the runtime state of containerized services.

DTerraform

Terraform is an Infrastructure as Code tool used to provision cloud infrastructure resources, not to orchestrate or manage the lifecycle of running containers.

Concept tested: Kubernetes as container orchestration platform

Source: https://kubernetes.io/docs/concepts/overview/

Topics

#Kubernetes#container orchestration#microservices#cloud migration

Community Discussion

No community discussion yet for this question.

Full 400-007 Practice