Topic 1 Question 97
You are a SaaS provider deploying dedicated blogging software to customers in your Google Kubernetes Engine (GKE) cluster. You want to configure a secure multi-tenant platform to ensure that each customer has access to only their own blog and can't affect the workloads of other customers. What should you do?
Enable Application-layer Secrets on the GKE cluster to protect the cluster.
Deploy a namespace per tenant and use Network Policies in each blog deployment.
Use GKE Audit Logging to identify malicious containers and delete them on discovery.
Build a custom image of the blogging software and use Binary Authorization to prevent untrusted image deployments.
ユーザの投票
コメント(6)
Option B is correct https://cloud.google.com/kubernetes-engine/docs/concepts/multitenancy-overview
👍 6Blueocean2022/01/21- 正解だと思う選択肢: B
B is correct
👍 2tomato1232022/08/19 B is correct
👍 1szl01442022/05/17
シャッフルモード