Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
When designing a resource-sharing policy for applications across multiple teams in a Google Kubernetes Engine cluster, how can you ensure all applications have access to the necessary resources? (Select two correct approaches.)
A
Specify the resource limits and requests in the object specifications.
B
Create a namespace for each team, and attach resource quotas to each namespace.
C
Create a LimitRange to specify the default compute resource requirements for each namespace.
D
Create a Kubernetes service account (KSA) for each application, and assign each KSA to the namespace.
E
Use the Anthos Policy Controller to enforce label annotations on all namespaces. Use taints and tolerations to allow resource sharing for namespaces.