talos api advertise address #9690
aretecarpe
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
CNI firewall is a bad choice, as it gets applied too late. Talos API is based on mutual TLS, so exposing it on a public API is not a security risk. If you want to restrict network access to it, please use Ingress Firewall. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I think it would be nice to be able to configure on which IP address talos-api is able to be bound to. As it sits from what I understand there exists no way to set what IP address talos is able to communicate on, without of course using a talos ingress firewall rule or a CNI firewall. There exists ways to block which IP kube-api and kubelet is advertised on, but none for the talos-api. I don't want to have to use a nftable/iptable rule or even a CNI firewall when I have a public IP for external communication and a private IP and localhost which can be used for all other communications
Beta Was this translation helpful? Give feedback.
All reactions