Cisco
400-007 · Question #225
400-007 Question #225: Real Exam Question with Answer & Explanation
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.
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
Explanation
Kubernetes is the industry-standard state-aware container orchestration platform designed to manage, scale, and self-heal containerized microservices workloads at scale.
Common mistakes.
- B. Puppet is a configuration management tool for managing server state and software installations, not a container orchestration platform.
- C. Ansible is an agentless automation and configuration management tool, not designed to orchestrate or maintain the runtime state of containerized services.
- D. 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
Community Discussion
No community discussion yet for this question.