ある組織がコンテナ化されたアプリケーションを開発しました。組織は、アプリケーションをクラウドで実行し、需要に応じて自動的にスケーリングしたいと考えています。セキュリティ運用チームはコンテナ オーケストレーションを使用したいと考えていますが、パッチ適用の責任は負いたくありません。次のサービス モデルのうち、これらの要件を最もよく満たすものはどれですか。
正解:A
In this scenario, the organization is looking to deploy a containerized application in the cloud and wants the infrastructure to automatically scale without handling patch management. A Platform as a Service (PaaS) model is the best fit because it allows developers to focus on the application and its deployment, while the cloud provider manages the underlying infrastructure, including patching and scaling. PaaS supports container orchestration, enabling automated scaling based on demand, and offloads most operational responsibilities to the provider. This is in contrast to Infrastructure as a Service (IaaS), which requires more direct management of the infrastructure, including patching.