Terway Edge is a network plug-in that Alibaba Cloud provides to help you build underlay networks for containers in Container Service for Kubernetes (ACK) Edge clusters. Terway Edge is developed based on Terway and Flannel (Route mode). This topic describes the overview, usage notes, and release notes for Terway Edge.
Introduction
Terway Edge applies distinct network solutions for different node pool types.
In the cloud node pool, Terway adopts a cloud-native network solution and configures the container network by using elastic network interfaces (ENIs). An ENI is a virtual network interface controller (NIC) provided by Alibaba Cloud. An ENI assigns IP addresses within a virtual private cloud (VPC) to pods. You do not need to specify a CIDR block for the pods.
In the edge node pool, a vSwitch CIDR block must be specified for pods. The container will acquire IP addresses from this pod CIDR block. Additionally, advertising routes to the vSwitche through Border Gateway Protocol (BGP) is supported in the container.
Kubernetes version compliance
terway-edge version | Kubernetes version |
> v1.13 | ≥ 1.32 |
v1.9 | ≥ 1.30 |
v1.8 | ≥ 1.28 and < 1.32 |
Limits
The container network plug-in must be installed during cluster creation and cannot be modified thereafter.
Only ACK Edge clusters that run Kubernetes 1.28 or later are supported. For more information about how to use the Terway Edge network plug-in, see Usage guide for Terway Edge.
Release notes
April 2025
Version | Description | Release date | Impact |
v1.9.14 | Disabled source/destination IP check for cloud ENIs by default. | Apr. 1, 2025 | This update has no impact on workloads. |
v1.8.17 | Disabled source/destination IP check for cloud ENIs by default. | Apr. 1, 2025 | This update has no impact on workloads. |
March 2025
Version | Description | Release date | Impact |
v1.13.6 |
| Mar. 15, 2025 | The update may cause BGP sessions to restart. Ensure that graceful restart is configured for BGP switches. |
February 2025
Version | Description | Release date | Impact |
v1.9.13 |
| Feb. 15, 2025 | The update may cause BGP sessions to restart. Ensure that graceful restart is configured for BGP switches. |
December 2024
Version | Description | Release date | Impact |
v1.8.15 |
| Dec. 30, 2024 | The update may cause BGP sessions to restart. Ensure that graceful restart is configured for BGP switches. |
November 2024
Version | Description | Release date | Impact |
v1.8.13 |
| Nov. 15, 2024 | The update may cause BGP sessions to restart. Ensure that graceful restart is configured for BGP switches. |
September 2024
Version | Description | Release date | Impact |
v1.8.6 |
| Sept. 15, 2024 | This update has no impact on workloads. |