All Products
Search
Document Center

Container Service for Kubernetes:Release notes for Terway Edge network plug-in

Last Updated:Jan 09, 2025

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.

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 Use Terway Edge.

Release notes

December 2024

Version

Description

Release date

Impact

v1.8.15

  • Scaling of pod vSwitches in the Edge Node Service (ENS) network is supported.

  • The efficiency of pod IP allocation in the ENS network is optimized.

  • Graceful restart is supported in Border Gateway Protocol (BGP) advertisement.

  • Rolling update is supported.

  • Network autonomy is supported if the version of the cloud-hub plug-in is 0.12.3 or later.

December 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

  • The ENS network is supported.

  • BGP advertisement is supported.

November 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

  • Underlay container network communication is supported.

  • BGP can be used to advertise container routes.

September 15, 2024

This update has no impact on workloads.