There's an OpenVPN server running in a pfSense VM in eu-west-1
region and there's a EKS cluster in eu-central-1
region.
I'm trying to figure out how to route traffic via AWS private network and not via public network from the OpenVPN into the EKS cluster. I have create multiple VPC peering network before, but I'm not sure what is the API server endpoint in this case.
The API server endpoint has public IP, but is there a private IP also for the API server endpoint?
I haven't used EKS much, so I'm not super familiar how the management works.