350-701 · Question #482
What is a feature of container orchestration?
The correct answer is C. ability to deploy Kubernetes clusters in air-gapped sites. A key feature of container orchestration is the ability to deploy Kubernetes clusters in air-gapped sites, providing a solution for environments with no internet connectivity.
Question
What is a feature of container orchestration?
Options
- Aability to deploy Amazon ECS clusters by using the Cisco Container Platform data plane
- Bability to deploy Amazon EKS clusters by using the Cisco Container Platform data plane
- Cability to deploy Kubernetes clusters in air-gapped sites
- Dautomated daily updates
How the community answered
(41 responses)- B2% (1)
- C95% (39)
- D2% (1)
Why each option
A key feature of container orchestration is the ability to deploy Kubernetes clusters in air-gapped sites, providing a solution for environments with no internet connectivity.
While a platform *could* deploy ECS, specifying 'Cisco Container Platform data plane' for *Amazon ECS* is an incorrect combination of technologies as ECS is AWS-native and uses AWS's own control and data planes, not typically a Cisco-specific data plane for ECS.
Similar to A, deploying *Amazon EKS* clusters using a 'Cisco Container Platform data plane' is a mismatched scenario; EKS is an AWS-managed Kubernetes service, not typically leveraging a Cisco-specific data plane for its operation.
Container orchestration platforms like Kubernetes are designed to manage and deploy containerized applications across various environments, including air-gapped sites, by providing local control plane components and the necessary tooling to operate without external internet connectivity, which is a common requirement in highly secure or isolated networks.
Automated daily updates are a general IT operations practice and a feature of some management systems, but not a defining characteristic or inherent feature *specific* to container orchestration itself, which focuses on deployment, scaling, and management of containers.
Concept tested: Container orchestration (Kubernetes deployment scenarios)
Source: https://kubernetes.io/blog/2019/07/22/air-gapped-kubernetes/
Topics
Community Discussion
No community discussion yet for this question.