AWS Launches EKS Hybrid Nodes Gateway to Automate On-Premises Kubernetes Networking
AWS has announced the general availability of the Amazon EKS Hybrid Nodes gateway, an open-source networking solution designed to automate and streamline traffic routing between Amazon Elastic Kubernetes Service (Amazon EKS) clusters in AWS Virtual Private Clouds (VPCs) and on-premises hybrid worker nodes. Operating alongside an AWS-maintained Cilium Container Network Interface (CNI) distribution, the gateway dynamically provisions and manages VXLAN tunnels to route pod-to-pod traffic, admission webhook callbacks, and AWS service interactions without demanding disruptive modifications to existing on-premises network architectures.
For enterprise platform engineers and DevOps teams, hybrid Kubernetes adoption has historically stalled not at the compute layer, but at the network boundary. Registering on-premises physical or virtual machines into a cloud-managed control plane routinely created severe operational bottlenecks, requiring network engineers to establish complex BGP peering, resolve private RFC 1918 IP address collisions, and manually maintain VPC route tables. The EKS Hybrid Nodes gateway removes this cross-team coordination overhead by encapsulating on-premises pod traffic via VXLAN Tunnel Endpoints (VTEPs). As a result, critical control plane communications—such as mutating and validating admission webhooks—as well as monitoring integrations like Amazon Managed Service for Prometheus and Application Load Balancer targets work out of the box across hybrid environments.
This release reflects a broader industry shift in hybrid cloud strategies: major cloud providers are moving away from proprietary, all-in-one hardware appliances toward software-defined control plane extensions that run directly on customer-owned infrastructure. Where solutions like AWS Outposts and Azure Stack once dictated rigorous hardware standards, offerings such as EKS Hybrid Nodes and Azure Arc increasingly decouple cloud governance from the physical substrate. By tackling the stubborn networking layer that binds these environments together, AWS is aligning EKS with modern eBPF-driven networking primitives to create seamless hybrid runtime planes.
In practice, engineering teams should prepare their environments by deploying the AWS-curated Cilium CNI build, which includes the custom resource definitions (CRDs) required for dynamic VTEP registration. The gateway itself deploys as an active-standby pod pair in the VPC using Kubernetes lease-based leader election, meaning platform teams must allocate dedicated regional compute nodes with appropriate anti-affinity rules to maintain gateway high availability. While the gateway eliminates the need to expose private pod CIDRs across site-to-site VPNs or Direct Connect circuits, architects must still ensure sufficient bandwidth and latency thresholds (under 200ms round-trip) between on-premises sites and the AWS Region to support resilient control plane synchronization.
Read original source