Associate Cloud Engineer Exam QuestionsBrowse all questions from this exam

Associate Cloud Engineer Exam - Question 245


You want to set up a Google Kubernetes Engine cluster. Verifiable node identity and integrity are required for the cluster, and nodes cannot be accessed from the internet. You want to reduce the operational cost of managing your cluster, and you want to follow Google-recommended practices. What should you do?

Show Answer
Correct Answer: A

Deploying a private autopilot cluster ensures that the nodes are not accessible from the internet by default, fulfilling the security requirement. Additionally, autopilot clusters have the Shielded GKE Nodes feature enabled by default, providing verifiable node identity and integrity. This option also aligns with reducing the operational cost of managing the cluster as it leverages Google's managed services, which simplifies management and maintenance tasks.

Discussion

12 comments
Sign in to comment
scanner2Option: A
Sep 5, 2023

In a private cluster, nodes only have internal IP addresses, which means that nodes and Pods are isolated from the internet by default. https://cloud.google.com/kubernetes-engine/docs/how-to/private-clusters Shielded GKE Nodes provide strong, verifiable node identity and integrity to increase the security of Google Kubernetes Engine (GKE) nodes. Note: For GKE Autopilot clusters, the Shielded GKE Nodes feature is enabled by default and cannot be overridden. https://cloud.google.com/kubernetes-engine/docs/how-to/shielded-gke-nodes

rsvdOption: A
Aug 11, 2023

Note: For GKE Autopilot clusters, the Shielded GKE Nodes feature is enabled by default and cannot be overridden.

CherrycardoOption: A
Aug 10, 2023

https://cloud.google.com/kubernetes-engine/docs/how-to/shielded-gke-nodes "For GKE Autopilot clusters, the Shielded GKE Nodes feature is enabled by default and cannot be overridden"

3arleOption: A
Aug 9, 2023

The Shielded GKE node feature is enabled by default for all Autopilot clusters and is impossible to disable manually. https://www.googlecloudcommunity.com/gc/Architecture-Framework-Community/Manage-GKE-Cluster-Security-with-Autopilot-Mode/ba-p/396435

KelvinTooOption: D
Dec 31, 2023

ChatGPT says Option D, By following this approach, you can meet your requirements for node security and access control while also benefitting from the operational cost savings associated with managed GKE clusters and Google's best practices for security.

PiperMe
Mar 4, 2024

Stop. Using. Chat GPT. D is viable for security, but with the standard GKE mode, you'd be responsible for managing the control plane and node-level operations, increasing operational complexity. "You want to reduce the operational cost of managing your cluster" Option A leverages the managed experience of Autopilot with the security of private nodes and shielded GKE for node identity/integrity. The answer is A.

sukouto
Mar 6, 2024

Why is everyone so sure that "operational cost" refers to work-hours and not money? (i.e. "operating costs") From Wikipedia: Operating costs or operational costs, are the expenses which are related to the operation of a business, or to the operation of a device, component, piece of equipment or facility. This question is asking to reduce the MONETARY cost. Standard costs less than Autopilot. Accordingly, the answer should be D.

gpaisOption: D
Aug 2, 2023

Shielded GKE Nodes provide strong, verifiable node identity and integrity to increase the security of GKE nodes and should be enabled on all GKE clusters.: https://cloud.google.com/kubernetes-engine/docs/how-to/hardening-your-cluster

Abbru00
Oct 26, 2023

For GKE Autopilot clusters, the Shielded GKE Nodes feature is enabled by default and cannot be overridden.

qannikOption: D
Aug 5, 2023

https://cloud.google.com/kubernetes-engine/docs/how-to/shielded-gke-nodes

ArtistSOption: A
Oct 22, 2023

A is correct. “reduce the operational cost of managing your cluster”, means you need to choose an autopilot cluster. Google will manage your cluster configuration. And about the “cannot be accessed from the internet” you should use shielded nodes.

MARINE777Option: D
Dec 28, 2023

Autopilot clusters are fully managed and do not have the option to restrict internet access. In a private cluster, nodes are not accessible from the internet by default. Enabling shielded nodes provides verifiable node identity and integrity.

PiperMe
Mar 4, 2024

This is incorrect. By default, Autopilot clusters create nodes within a private VPC network. This inherently restricts internet access to the nodes themselves. The answer is A.

sukoutoOption: D
Feb 5, 2024

Since A and D both seem to provide the identity/integrity and internet inaccessibility, it seems the critical distinction is based on "reduce the operational cost of managing your cluster". "Operational cost" doesn't seem to be a commonly used term (from a quick google search), but "operating costs" seem to refer specifically to monetary expenses, not work-hours. Wouldn't a standard cluster be cheaper than autopilot? Thus the answer is D, not A?

sukoutoOption: D
Mar 6, 2024

Reposting this subcomment because I believe most people are reading this incorrectly, and I want to contribute to the answers ratio: Why is everyone so sure that "operational cost" refers to work-hours and not money? (i.e. "operating costs") From Wikipedia: Operating costs or operational costs, are the expenses which are related to the operation of a business, or to the operation of a device, component, piece of equipment or facility. This question is asking to reduce the MONETARY cost. Standard costs less than Autopilot. Accordingly, the answer should be D.

sukouto
Mar 6, 2024

FYI to all, the phrase "operational cost" is only found in two GCP documents (both blog articles, not official product documentation), and they use competing definitions... So this is a poorly worded question. That said, since this was phrased as "operational cost of *managing your cluster*", I think I may have been incorrect. It seems perhaps this is indeed referring to the reduction of work-hours and manual effort needed to manage the cluster.

jithinlifeOption: D
Apr 8, 2024

Deploying a standard private cluster and enabling shielded nodes would meet all the requirements. In a private cluster, nodes are not accessible from the internet by default, ensuring enhanced security. Enabling shielded nodes provides verifiable node identity and integrity, further strengthening the security measures. Additionally, following Google-recommended practices, such as using standard clusters instead of autopilot clusters, offers more control and helps reduce operational costs.

BuenaCloudDE
Jul 18, 2024

Shielded GKE Nodes feature is enabled by default.

BuenaCloudDE
Jul 18, 2024

For GKE Autopilot clusters.