CV0-003 · Question #839
Which of the following should a cloud architect consider for a containerized cluster in a cloud environment?
The correct answer is D. Scalability. When architecting a containerized cluster in the cloud, scalability is the primary design consideration because containers are built to scale horizontally on demand.
Question
Which of the following should a cloud architect consider for a containerized cluster in a cloud environment?
Options
- AThe regional area
- BCloud bursting
- CLower costs
- DScalability
How the community answered
(41 responses)- A2% (1)
- B5% (2)
- C5% (2)
- D88% (36)
Why each option
When architecting a containerized cluster in the cloud, scalability is the primary design consideration because containers are built to scale horizontally on demand.
Regional area is a general infrastructure placement concern, not a consideration specific to containerized cluster design.
Cloud bursting is a hybrid-cloud capacity overflow strategy, not a primary architectural consideration for a containerized cluster itself.
Lower costs are a potential benefit of containerization but are an outcome of good design decisions, not an architectural consideration to plan for.
Scalability is the defining architectural advantage of containerized clusters - orchestration platforms like Kubernetes are purpose-built to scale workloads up and down dynamically based on demand. Designing for scalability ensures the cluster can handle variable loads efficiently and is the core reason organizations adopt container orchestration in cloud environments.
Concept tested: Containerized cluster design considerations in cloud
Source: https://learn.microsoft.com/en-us/azure/aks/concepts-scale
Topics
Community Discussion
No community discussion yet for this question.