C1000-176 · Question #68
What is a key consideration when designing solutions for portability across cloud platforms?
The correct answer is B. Leveraging containerization technologies like Docker and Kubernetes. Containerization technologies like Docker and Kubernetes are the cornerstone of cloud portability because they package applications with all their dependencies into standardized units that run consistently across AWS, Azure, GCP, or any cloud environment. Option A is wrong…
Question
What is a key consideration when designing solutions for portability across cloud platforms?
Options
- AUsing proprietary features specific to a single cloud provider
- BLeveraging containerization technologies like Docker and Kubernetes
- CDesigning applications that are tightly coupled to physical hardware
- DAvoiding automated deployment and management tools
How the community answered
(24 responses)- A8% (2)
- B83% (20)
- C4% (1)
- D4% (1)
Explanation
Containerization technologies like Docker and Kubernetes are the cornerstone of cloud portability because they package applications with all their dependencies into standardized units that run consistently across AWS, Azure, GCP, or any cloud environment. Option A is wrong because proprietary features lock you into a single vendor, the opposite of portability. Option C fails because tight coupling to physical hardware eliminates the abstraction layer that makes cloud migration possible in the first place. Option D is counterproductive - automated tools like Helm and CI/CD pipelines are precisely what enable repeatable, portable deployments across environments.
Memory tip: Think "containers = carry-on luggage" - your app fits in a standard-sized container that any airline (cloud provider) can load without special handling.
Topics
Community Discussion
No community discussion yet for this question.