3

I have simple Kubernetes CronJob connecting to a remote database. The remote database uses an IP filter, so each database connection should come from the same IP.

Any thoughts on how to achieve this?

Hint: I am using AKS (Azure). https://learn.microsoft.com/en-us/azure/sql-database/sql-database-firewall-configure

Cheers, Tibor

Tibor
  • 651
  • 1
  • 8
  • 18

1 Answers1

0

According to the docs, the outgoing ip address is based on the load balancer IP deployed in the cluster. Check the docs for more details!

Omer Levi Hevroni
  • 1,935
  • 1
  • 15
  • 33