QuestionQ187

Service Design

An international media provider is an early adopter of Docker and microservices and uses an open-source, homegrown container-orchestration system. A few years ago, it migrated from on-premises data centers to the cloud. It now faces challenges managing the deployed services with its current homegrown orchestration system.

Which platform is well suited as a state-aware orchestration system?

  • A Kubernetes
  • B Puppet
  • C Ansible
  • D Terraform
Explanation

Kubernetes is a declarative, state-aware container orchestration platform: it continuously reconciles deployed workloads toward their specified desired state, including replicas, scheduling, health recovery, and service networking.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!