Hey all, I am trying to achieve this, I have an ap...
# general
b
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
there maybe a way to do this with metallb have you looked at that?
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
I am using SeviceLB, tainting will restrict it to only one node to run the application pods