QuestionQ271

Ensuring solution and operations excellence

Your organization plans to migrate applications to Kubernetes and use managed cloud services to deploy them. Your team is new to Kubernetes and wants to onboard engineers quickly. You want to minimize operational overhead so the engineering team can focus on developing consumer requirements rather than maintaining infrastructure. What should you do?

  • A Package your application into a Docker image, and deploy it to Kubernetes on Compute Engine.
  • B Leverage Cloud Build to create a container image, and deploy it automatically to Kubernetes on Compute Engine.
  • C Assess application and dependencies for containerization Develop a migration strategy for deployment to GKE in Standard mode.
  • D Assess application and dependencies for containerization. Develop a migration strategy for deployment to GKE in Autopilot mode.
Explanation

GKE Autopilot manages the underlying nodes, scaling, security, and much of the infrastructure configuration, reducing platform-administration work so engineers can focus on applications. Assessing each application and its dependencies for containerization before developing a migration strategy ensures the workloads are suitable for this managed Kubernetes deployment model.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!