
Ultimate access to all questions.
You need to deploy a stateful workload on Google Cloud that can scale horizontally. Each instance must be able to read and write to a shared POSIX-compliant filesystem, which must support write speeds of up to 100 MB/s under high load. What is the recommended solution?
A
Use a persistent disk for each instance.
B
Use a regional persistent disk for each instance.
C
Create a Cloud Filestore instance and mount it in each instance.
D
Create a Cloud Storage bucket and mount it in each instance using gcsfuse.