CCDE: Cisco Certified Design Expert (Practical) — Question 125

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?

Answer options

Correct answer: A

Explanation

Kubernetes is designed specifically for managing containerized applications in a stateful manner, making it ideal for the challenges faced by the media provider. Puppet and Ansible are configuration management tools, not orchestration systems, and Terraform is primarily used for infrastructure as code rather than service orchestration.