PROFESSIONAL-CLOUD-ARCHITECT · Question #257
Case Study: 10 - EHR Healthcare Company overview EHR Healthcare is a leading provider of electronic health record software to the medical industry. EHR Healthcare provides their software as a…
The correct answer is A. Use a private cluster with a private endpoint with master authorized networks configured. Public endpoint access disabled is the most secure option as it prevents all internet access to the control plane. This is a good choice if you have configured your on-premises network to connect to Google Cloud using Cloud Interconnect (EHR has enabled this) or Cloud VPN. If…
Question
Options
- AUse a private cluster with a private endpoint with master authorized networks configured.
- BUse a public cluster with firewall rules and Virtual Private Cloud (VPC) routes.
- CUse a private cluster with a public endpoint with master authorized networks configured.
- DUse a public cluster with master authorized networks enabled and firewall rules.
How the community answered
(34 responses)- A82% (28)
- B6% (2)
- C9% (3)
- D3% (1)
Explanation
Public endpoint access disabled is the most secure option as it prevents all internet access to the control plane. This is a good choice if you have configured your on-premises network to connect to Google Cloud using Cloud Interconnect (EHR has enabled this) or Cloud VPN. If you disable public endpoint access, then you must configure authorized networks for the private endpoint. If you don't do this, you can only connect to the private endpoint from cluster nodes or VMs in the same subnet as the cluster. Public endpoint access enabled, authorized networks enabled: This is a good choice if you need to administer the cluster from source networks that are not connected to your cluster's VPC network using Cloud Interconnect or Cloud VPN (but EHR is already using interconnect).
Topics
Community Discussion
No community discussion yet for this question.