ASSOCIATE-CLOUD-ENGINEER · Question #302
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 opera
The correct answer is A. Deploy a private autopilot cluster.. 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 integrit
Question
Options
- ADeploy a private autopilot cluster.
- BDeploy a public autopilot cluster.
- CDeploy a standard public cluster and enable shielded nodes.
- DDeploy a standard private cluster and enable shielded nodes.
How the community answered
(40 responses)- A73% (29)
- B5% (2)
- C15% (6)
- D8% (3)
Explanation
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
Topics
Community Discussion
No community discussion yet for this question.