Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
How can you configure a secure multi-tenant platform in Google Kubernetes Engine (GKE) to ensure each customer using your dedicated blogging software can only access their own blog without impacting other customers' workloads?
A
Enable Application-layer Secrets on the GKE cluster to protect the cluster.
B
Deploy a namespace per tenant and use Network Policies in each blog deployment.
C
Use GKE Audit Logging to identify malicious containers and delete them on discovery.
D
Build a custom image of the blogging software and use Binary Authorization to prevent untrusted image deployments.