Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
What is the recommended approach to cost-effectively migrate a standalone Java application from an on-premises Linux VM to Google Cloud by modernizing it into a containerized solution, avoiding a lift-and-shift strategy?
A
Use Migrate for Anthos to migrate the VM to your Google Kubernetes Engine (GKE) cluster as a container.
B
Export the VM as a raw disk and import it as an image. Create a Compute Engine instance from the Imported image.
C
Use Migrate for Compute Engine to migrate the VM to a Compute Engine instance, and use Cloud Build to convert it to a container.
D
Use Jib to build a Docker image from your source code, and upload it to Artifact Registry. Deploy the application in a GKE cluster, and test the application.