Professional Cloud Architect · Free Practice Question Medium
Question 17
Refer to the Mountkirk Games case study for this question: https://services.google.com/fh/files/blogs/master_case_study_mountkirk_games.pdf
As a cloud architect for Mountkirk Games, your responsibility is to ensure that their new gaming platform adheres to Google's best practices. Your objective is to validate the implementation of Google's recommended security practices while also providing the necessary metrics to support your operations teams. What steps should you take to achieve this goal? (Choose two)
-
A
Ensure that you are using the native logging mechanisms.
-
B
Ensure that each cluster is running GKE metering so each team can be charged for their usage.
-
C
Ensure that you are not running privileged containers.
-
D
Ensure that you are using obfuscated Tags on workloads.
-
E
Ensure that workloads are not using securityContext to run as a group.
Reveal correct answers
Correct answers: A, C
A.
This is High Priority according to Google best practices.
B.
Although from a business process this may be useful it won’t impact the operations or security of the cluster.
C.
This is High Priority according to Google best practices.
D.
Tags should be readable and useful to the operations teams when they are working on the clusters.
E.
This may be required for some workloads.
Discussion
Think the marked answer is wrong, or have a better explanation? Share it below — comments appear after review.
