Examtopics

Professional Cloud Developer
  • Topic 1 Question 85

    You are porting an existing Apache/MySQL/PHP application stack from a single machine to Google Kubernetes Engine. You need to determine how to containerize the application. Your approach should follow Google-recommended best practices for availability. What should you do?

    • Package each component in a separate container. Implement readiness and liveness probes.

    • Package the application in a single container. Use a process management tool to manage each component.

    • Package each component in a separate container. Use a script to orchestrate the launch of the components.

    • Package the application in a single container. Use a bash script as an entrypoint to the container, and then spawn each component as a background job.


    シャッフルモード