nerdexam
CompTIA

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.

Cloud Architecture and Design

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)
  • A
    2% (1)
  • B
    5% (2)
  • C
    5% (2)
  • D
    88% (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.

AThe regional area

Regional area is a general infrastructure placement concern, not a consideration specific to containerized cluster design.

BCloud bursting

Cloud bursting is a hybrid-cloud capacity overflow strategy, not a primary architectural consideration for a containerized cluster itself.

CLower costs

Lower costs are a potential benefit of containerization but are an outcome of good design decisions, not an architectural consideration to plan for.

DScalabilityCorrect

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

#container orchestration#scalability#containerized cluster#cloud design

Community Discussion

No community discussion yet for this question.

Full CV0-003 Practice