Static outgoing IP in Kubernetes

前端 未结 4 937
一整个雨季
一整个雨季 2020-12-04 21:40

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

4条回答
  •  忘掉有多难
    2020-12-04 22:32

    You can use kubeip, a pod that for every new node will assign an ip address from a predefined pool.

提交回复
热议问题