Enable the firewall.

Now that we have networking working, I can enable the firewall and confirm nothing breaks.
This commit is contained in:
Tom Alexander
2026-01-01 10:21:36 -05:00
parent 758f21d454
commit 0e959cb78f
4 changed files with 28 additions and 4 deletions

View File

@@ -10,6 +10,12 @@
{ domain = "@users"; item = "rtprio"; type = "-"; value = 1; }
];
#+end_src
* IP Ranges
| | IPv4 | IPv6 |
|---------+---------------+-----------------------------------------|
| Pod | 10.200.0.0/16 | 2620:11f:7001:7:ffff:eeee::/96 |
| Service | 10.197.0.0/16 | fd00:3e42:e349::/112 |
| Node | 10.215.1.0/24 | 2620:11f:7001:7:ffff:ffff:0ad7:0100/120 |
* Healthcheck
** Check cilium status
#+begin_src bash