クラウド管理者は、冗長性の理由から、リモート データ センター全体にワークロードを分散する必要があります。次の導入戦略のうち、ダウンタイムを排除し、導入を加速し、コスト効率を維持できるのはどれですか?
正解:C
Blue-green deployment is the strategy that can eliminate downtime, accelerate deployment, and remain cost-efficient. It involves running two identical production environments, only one of which is live at any given time (blue or green). When it's time to deploy, the new version is released to the inactive environment (green), which is then thoroughly tested. Once ready, the traffic is switched over, making the green environment live.
Reference: Deployment strategies and their impact on operations are a significant topic within the CompTIA Cloud+ examination objectives.