List of questions
Related questions
Question 186 - Professional Cloud Developer discussion
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?
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.
Your answer:
0 comments
Sorted by
Leave a comment first