
Ultimate access to all questions.
Your organization is migrating legacy applications to Google Kubernetes Engine and needs to decompose a monolithic application into microservices. Multiple instances currently read and write to a shared configuration file on a shared file system. To minimize transition effort and avoid rewriting application code, what should you do?
A
Create a new Cloud Storage bucket, and mount it via FUSE in the container.
B
Create a new persistent disk, and mount the volume as a shared PersistentVolume.
C
Create a new Filestore instance, and mount the volume as an NFS PersistentVolume.
D
Create a new ConfigMap and volumeMount to store the contents of the configuration file.