Skip to content

Commit 05e47c2

Browse files
committed
Add note around Cloud NAT
This adds a note around leveraging Google Cloud NAT if customers want to route to an application on the internet just to try things out. Explictly leaving out instructions to set it up here as customers may have various NAT scenarios. We can definitely expand on this if needed.
1 parent b7a1541 commit 05e47c2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

content/nginxaas-google/getting-started/create-deployment/deploy-console.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,14 @@ Each listening port configured on NGINX requires its own PSC network endpoint gr
270270
271271
1. To test your deployment, go to the IP address created in [Set up connectivity to your deployment]({{< ref "/nginxaas-google/getting-started/create-deployment/deploy-console.md#set-up-connectivity-to-your-deployment" >}}) using your favorite web browser.
272272
273+
{{< call-out "note" >}}
274+
275+
The deployment is privately deployed in your subnet. If you want to route traffic to an application over the public internet, consider setting up [Cloud NAT](https://docs.cloud.google.com/nat/docs/overview).
276+
277+
{{< /call-out >}}
278+
279+
280+
273281
## What's next
274282
275283
[Manage your NGINXaaS users]({{< ref "/nginxaas-google/getting-started/manage-users-organizations.md" >}})

0 commit comments

Comments
 (0)