Hello everyone,
I have one AWS account with two VPCs: VPC-1 and VPC-2. They are connected through a PrivateLink (and cannot change that).
There is a TCP (layer-4 - not http/https !) network traffic coming from one VPC-1 through PrivateLink and NLB to another VPC-2. I would like to forward this traffic via Ingress nginx running on K8s (AWS/EKS) to another, non-k8s service that is running outside of this VPC-2 (and outside ot this AWS account).
I looked at documentation:
https://kubernetes.github.io/ingress-nginx/user-guide/exposing-tcp-udp-services/
but all configurations forward traffic to a service running on the same k8s cluster and I need to forward it to an external, non-k8s service.
Does anybody have any working configuration to share ?
I have one AWS account with two VPCs: VPC-1 and VPC-2. They are connected through a PrivateLink (and cannot change that).
There is a TCP (layer-4 - not http/https !) network traffic coming from one VPC-1 through PrivateLink and NLB to another VPC-2. I would like to forward this traffic via Ingress nginx running on K8s (AWS/EKS) to another, non-k8s service that is running outside of this VPC-2 (and outside ot this AWS account).
I looked at documentation:
https://kubernetes.github.io/ingress-nginx/user-guide/exposing-tcp-udp-services/
but all configurations forward traffic to a service running on the same k8s cluster and I need to forward it to an external, non-k8s service.
Does anybody have any working configuration to share ?