This message was deleted.
# k3s
a
This message was deleted.
c
we generally recommend disabling firewalld/ufw with k3s; it can be difficult to poke all the correct holes
b
Protip: firewalld is old tech. Kubernetes network policies (yes k3s supports them) can provide just as much security if not more. Firewalld and your CNI conflict with writes to iptables and both will break.
m
Thanks - that helps alot - I (we) knew it was something along those lines - really appreciate the quick response.