Skip to content

Commit 3cf2714

Browse files
committed
Setting up the router with the static IP
1 parent f2daf82 commit 3cf2714

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

CLOUDNAT.md

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -82,36 +82,35 @@ my-cluster europe-west1-b 1.15.12-gke.20 35.234.XX.YY n1-standard-1 1.15.12
8282

8383
## Setting up the router with the static IP
8484

85-
Now we would like to encourage you to go to the [Google Console](https://console.cloud.google.com) and to continue with Cloud NAT:
85+
Now we encourage you to go to the [Google Console](https://console.cloud.google.com) and continue with Cloud NAT:
86+
8687

8788
<img src="images/goto-cloud-nat.png" width=300>
8889

8990
...and click on the button `Create NAT gateway`.
9091

9192
<img src="images/create-gateway.png" width=400>
9293

93-
You have to fill following fields out:
94+
You must fill in the following fields:
9495

95-
`Gateway name` like it says this is the name of your gateway.<br>
96-
`VPC Network` may stay as _default_ so far.<br>
97-
`Region` should be the same where your cluster runs (_europe-west1_ in our case)<br>
98-
`Cloud Router` is not created yet, but we can create it right here by clicking on _Create new router_<br>
96+
* `Gateway name`: As it says, this is the name of your gateway.
97+
* `VPC Network`: Can remain as _default_ until now.
98+
* `Region`: Should be the same where your cluster runs (_europe-west1_ in our case).
99+
* `Cloud Router`: Is not yet created, but we can create it right here by clicking on _Create New Router_.
99100

100-
In the new form you just need to give a proper name for a router and click on `Create`:
101+
In the new form you only need to enter a proper name for a router and click on `Create`:
101102

102103
<img src="images/create-router.png" width=300>
103104

104-
Now you are back to the previous form and your router is already set up.<br>
105-
106-
The last step you have to do is to create a static ip address for our router. Change the selection of the field `NAT IP addresses` to `manual`, let the other fields like they are.
105+
Now you are back on the previous form and your router is already set up. The last step is to create a static IP address for our router. Change the selection of the field `NAT IP addresses` to `manual`, leave the other fields as they are.
107106

108107
<img src="images/select-nat-ip.png" width=350>
109108

110-
Again, in a new form you just have to input an alias for the static ip address you are going to reserve:
109+
Again, in a new form you only need to enter an alias for the static IP address you want to reserve:
111110

112111
<img src="images/reserve-static-ip.png" width=300>
113112

114-
After several seconds your Cloud NAT gateway is ready to serve you!
113+
After a few seconds your Cloud NAT gateway is ready to serve you!
115114

116115
## Whitelist the IP address on MongoDB Atlas
117116

0 commit comments

Comments
 (0)