Running RKE2 with a bridge as the primary interfac...
# general
s
Running RKE2 with a bridge as the primary interface for multis. I see the docs want firewalld disabled but I don't want non cluster members to have access to the etcd port, etc. Any solutions here?
c
etcd is protected by tls mutual authentication, what’s the threat model?
s
Compliance teams. In theory ddos and zero days as well
c
unfortunately part of what comes with multus is no network policy support. you’re basically running pods with host network.
don’t expose your control-plane directly to hostile networks
s
Trust me I hear you and not planning on it but defense in depth is important. Just looking to see if anyone has a solution