
Ultimate access to all questions.
Design a Google Kubernetes Engine (GKE) infrastructure for a company managing highly sensitive user data, with applications deployed in development and production environments. The design must prevent unauthorized access to data between applications while minimizing management overhead. What is the recommended approach?
A
Create one cluster for the organization with separate namespaces for each application and environment combination.
B
Create one cluster for each application with separate namespaces for production and development environments.
C
Create one cluster for each environment (development and production) with each application in its own namespace within each cluster.
D
Create one cluster for the organization with separate namespaces for each application.