Examtopics

Professional Cloud Developer
  • Topic 1 Question 175

    Your organization has recently begun an initiative to replatform their legacy applications onto Google Kubernetes Engine. You need to decompose a monolithic application into microservices. Multiple instances have read and write access to a configuration file, which is stored on a shared file system. You want to minimize the effort required to manage this transition, and you want to avoid rewriting the application code. What should you do?

    • Create a new Cloud Storage bucket, and mount it via FUSE in the container.

    • Create a new persistent disk, and mount the volume as a shared PersistentVolume.

    • Create a new Filestore instance, and mount the volume as an NFS PersistentVolume.

    • Create a new ConfigMap and volumeMount to store the contents of the configuration file.


    シャッフルモード