Hey all,
I am trying to achieve this, I have an application running which needs to connect to an external service which only accepts whitelisted ips. I want to configure my cluster or application to egress or make every outbound request from this whitelisted IP (a node in the cluster has this ip).
h
hundreds-evening-84071
08/07/2025, 5:02 PM
there maybe a way to do this with metallb
have you looked at that?
hundreds-evening-84071
08/07/2025, 5:03 PM
you can also label a node and then set the application to run only on that node. But the issue with that approach is if that node is down for maintenance (or anything) the app will be also down
b
broad-airline-25756
08/07/2025, 5:05 PM
I am using SeviceLB, tainting will restrict it to only one node to run the application pods