Replies: 2 comments
-
Hi @MitchK , this is a feature we have long discussed and considered. I just opened this PR with what you ask for and more (because you need a NAT router for what you request): #1681 Please feel free to review and comment. |
Beta Was this translation helpful? Give feedback.
0 replies
-
This is done! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Hi, thanks for creating this script. I noticed that all nodes are assigned a public IP address on the public internet and each of the nodes can be pinged directly. This may be a huge security risk.
I think by default, none of the servers should get a public IP address unless specifically allowed.
To access the cluster, a bastion host can be deployed as part of the script.
I would also suggest, that even if nodes are publicly exposed, I recommend blocking any incoming ICMP requests (pings), to decrease the attack surface from the outside.
Beta Was this translation helpful? Give feedback.
All reactions