
Explanation:
Cloud Run is the correct choice because it is a fully managed serverless platform that is built on Knative, which the application is already using on-premises. This ensures compatibility with the existing deployment strategy without requiring changes. Compute Engine (B) involves managing VMs, which isn't fully managed. Google Kubernetes Engine (C) requires managing Kubernetes clusters and Knative components, making it less 'fully managed' than Cloud Run. App Engine flexible environment (D) uses a different deployment model and does not natively support Knative, necessitating adjustments to the deployment process.
Ultimate access to all questions.
Which Google Cloud fully managed service should you use to migrate an on-premises Knative container while maintaining the same application deployment strategy?
A
Cloud Run
B
Compute Engine
C
Google Kubernetes Engine
D
App Engine flexible environment
No comments yet.