Skip to content
Snippets Groups Projects
Verified Commit 1112a590 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

feat(firewall): Add firewall configuration

This patch configures calico to help isolating the cluster from the rest
of the world by implementing host firewall rules. This should close
various ports that otherwise would be exposed to the outside world and
posing a risk.

It's important to note, that due to the usage of wireguard there are
some additional ports that must be opened for the whole setup to
function. If ports >40000 on UDP aren't open, the whole network will
die, apparently. At least that's what experimenting with this feature
has indicated.

Reference:
https://projectcalico.docs.tigera.io/security/kubernetes-nodes
parent 8a519732
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment