ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 143 - Professional Cloud Developer discussion

Report
Export

You are designing a resource-sharing policy for applications used by different teams in a Google Kubernetes Engine cluster. You need to ensure that all applications can access the resources needed to run. What should you do? (Choose two.)

A.
Specify the resource limits and requests in the object specifications.
Answers
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.
Answers
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.
Answers
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.
Answers
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.
Answers
E.
Use the Anthos Policy Controller to enforce label annotations on all namespaces. Use taints and tolerations to allow resource sharing for namespaces.
Suggested answer: B, C

Explanation:

https://kubernetes.io/docs/concepts/policy/resource-quotas/

https://kubernetes.io/docs/concepts/policy/limit-range/

https://cloud.google.com/blog/products/containers-kubernetes/kubernetes-best-practices-resource-requests-and-limits

asked 18/09/2024
OKAN AYDOÄžAN
47 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first