クラウド管理者は、現在のプライベート クラウドとパブリック LaaS 環境を見直し、最適化計画を構築しています。リソースをある環境から別の環境に簡単に移動できるようにするため、管理者にとって移植性は非常に重要です。
管理者は次のうちどれを実装する必要がありますか?
正解:C
Containers are packages of software that contain all of the necessary elements to run in any environment. Containers virtualize the operating system and run anywhere, from a private data center to the public cloud or even on a developer's personal laptop. Containers provide an isolated environment for running applications, sharing the host OS kernel but isolating processes, file systems, and network resources. Containers package applications and their dependencies together, ensuring they run consistently across different environments, from development to production. Containers are lightweight, resource-efficient, fast, and immutable, making them ideal for portability and scalability. By using containers, a cloud administrator can easily move resources from one environment to another without changing the code or configuration of the applications. Reference: CompTIA Cloud+ CV0-003 Study Guide, Chapter 2: Deploying a Cloud Environment, page 75-76; What are containers?; Portability in the Cloud: Cloud Native and Containers.