Exam Associate Cloud Engineer All QuestionsBrowse all questions from this 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?

    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
scanner2Option: A

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

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

CherrycardoOption: A

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"

KelvinTooOption: D

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

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

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.

3arleOption: A

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

jithinlifeOption: D

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

Shielded GKE Nodes feature is enabled by default.

BuenaCloudDE

For GKE Autopilot clusters.

sukoutoOption: D

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

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.

sukoutoOption: D

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?

MARINE777Option: D

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

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.

ArtistSOption: A

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.

qannikOption: D

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

gpaisOption: D

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

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