あなたの会社は、コンピューティングのニーズに合わせてGoogle ComputeEngineへの急速な移行と移行を終えたところです。よりクラウドネイティブなソリューションを設計および展開するには、さらに9か月かかります。具体的には、操作なしで自動スケーリングされるシステムが必要です。どの2つのコンピューティング製品を選択する必要がありますか? 2つの答えを選択してください
正解:B,C
Explanation
B: With Container Engine, Google will automatically deploy your cluster for you, update, patch, secure the nodes.
Kubernetes Engine's cluster autoscaler automatically resizes clusters based on the demands of the workloads you want to run.
C: Solutions like Datastore, BigQuery, AppEngine, etc are truly NoOps.
App Engine by default scales the number of instances running up and down to match the load, thus providing consistent performance for your app at all times while minimizing idle instances and thus reducing cost.
Note: At a high level, NoOps means that there is no infrastructure to build out and manage during usage of the platform. Typically, the compromise you make with NoOps is that you lose control of the underlying infrastructure.
References:
https://www.quora.com/How-well-does-Google-Container-Engine-support-Google-Cloud-Platform%E2%80%99