I run a k8s cluster in google cloud (GKE) and a MySQL server in aws (RDS). Pods need to connect to RDS which only allows connections from certain IP. How can I configure out
You can use kubeip, a pod that for every new node will assign an ip address from a predefined pool.