Tagged articles
26 articles
Page 1 of 1
Alibaba Cloud Infrastructure
Alibaba Cloud Infrastructure
Mar 18, 2026 · Cloud Native

Why Ingress NGINX Is Retiring and How to Choose Its Successor

The article analyzes the retirement of Ingress NGINX, explains the security flaws, architectural debt, and community constraints that led to its end‑of‑life, and compares migration paths—including staying with NGINX, moving to Gateway API, or adopting Alibaba Cloud ALB Ingress—so engineers can make an informed decision.

ALB IngressGateway APIKubernetes
0 likes · 18 min read
Why Ingress NGINX Is Retiring and How to Choose Its Successor
Alibaba Cloud Native
Alibaba Cloud Native
Feb 6, 2026 · Cloud Native

Ingress NGINX Retirement: Impact, Risks, and Migration Strategies

Kubernetes SIG Network and Security committees announced the retirement of Ingress NGINX, detailing the end‑of‑life timeline, lack of future releases or security patches, and urging users to assess their clusters and migrate to Gateway API or alternative ingress controllers within two months.

Cloud NativeGateway APIKubernetes
0 likes · 5 min read
Ingress NGINX Retirement: Impact, Risks, and Migration Strategies
Alibaba Cloud Infrastructure
Alibaba Cloud Infrastructure
Jan 15, 2026 · Cloud Native

Deploy Alibaba Cloud Service Mesh (ASM): Gateways, Traffic Management & Zero‑Trust

This guide explains how to set up Alibaba Cloud Service Mesh (ASM) on an ACK Kubernetes cluster, covering prerequisites, two methods of cluster registration, creation of north‑south and east‑west gateways, traffic routing with HTTPRoute, security policies using PeerAuthentication and AuthorizationPolicy, and observability configuration via Telemetry.

ASMAlibaba CloudGateway API
0 likes · 9 min read
Deploy Alibaba Cloud Service Mesh (ASM): Gateways, Traffic Management & Zero‑Trust
Alibaba Cloud Native
Alibaba Cloud Native
Dec 29, 2025 · Cloud Computing

Demystifying Nginx, Ingress, and Gateway API: A Simple Cloud‑Native Guide

This article provides a clear, step‑by‑step explanation of Nginx, Ingress, Ingress Controllers, the Ingress API, Nginx Ingress, Higress, and the next‑generation Gateway API, comparing their roles, strengths, weaknesses, and migration paths within Kubernetes‑based cloud‑native environments.

Gateway APIIngressKubernetes
0 likes · 9 min read
Demystifying Nginx, Ingress, and Gateway API: A Simple Cloud‑Native Guide
Ray's Galactic Tech
Ray's Galactic Tech
Dec 23, 2025 · Cloud Native

Why Kgateway Is the Future‑Ready, Lightweight Kubernetes Gateway

This guide explains Kgateway’s design as a fully standards‑compliant Kubernetes Gateway API solution, detailing its core features, performance advantages, deployment steps, production best practices, comparison with alternatives, and future roadmap for teams seeking a lightweight, high‑performance ingress and API gateway.

Cloud NativeEnvoyGateway API
0 likes · 8 min read
Why Kgateway Is the Future‑Ready, Lightweight Kubernetes Gateway
DevOps Coach
DevOps Coach
Sep 24, 2025 · Cloud Native

Why Ingress Falls Short and How the New Kubernetes Gateway API Solves It

This article examines the shortcomings of traditional Kubernetes Ingress, introduces the more flexible Gateway API, explains its core components and role‑based architecture, and provides a step‑by‑step YAML example that migrates an Ingress configuration to Gateway API resources.

Cloud NativeGateway APIIngress
0 likes · 9 min read
Why Ingress Falls Short and How the New Kubernetes Gateway API Solves It
Cloud Native Technology Community
Cloud Native Technology Community
Sep 18, 2025 · Cloud Native

Why Kubernetes Gateway API Is the Next‑Gen Solution Over Ingress

Gateway API replaces the traditional Ingress API with a more powerful, standardized, role‑oriented model that supports advanced L4/L7 routing, multi‑protocol traffic, and seamless service‑mesh integration, addressing Ingress’s limitations in scalability, portability, and complex configuration for both platform and application teams.

Gateway APIIngressKubernetes
0 likes · 11 min read
Why Kubernetes Gateway API Is the Next‑Gen Solution Over Ingress
System Architect Go
System Architect Go
Aug 31, 2024 · Cloud Native

Understanding Kubernetes Ingress and the Gateway API: Concepts, Comparison, and Best Practices

This article explains how Kubernetes manages inbound traffic using Ingress and the newer Gateway API, compares their features and limitations, provides YAML examples for Ingress, GatewayClass, Gateway, and Route resources, and discusses the future direction of traffic management in cloud‑native environments.

Gateway APIIngressK8s Networking
0 likes · 7 min read
Understanding Kubernetes Ingress and the Gateway API: Concepts, Comparison, and Best Practices
Alibaba Cloud Native
Alibaba Cloud Native
Aug 29, 2023 · Cloud Native

How Kruise Rollout Uses Lua Scripts for Extensible Gateway Traffic Scheduling

Kruise Rollout introduces a Lua‑script based, extensible traffic routing solution that enables progressive delivery across diverse gateway resources—such as Istio, Kong, and APISIX—by dynamically modifying VirtualService and DestinationRule objects, simplifying configuration, reducing custom code, and supporting automated canary, blue‑green, and A/B testing deployments.

Gateway APIIstioKruise Rollout
0 likes · 14 min read
How Kruise Rollout Uses Lua Scripts for Extensible Gateway Traffic Scheduling
政采云技术
政采云技术
Aug 10, 2023 · Cloud Native

Detailed Overview of Kubernetes Gateway API

This article provides a comprehensive guide to Kubernetes Gateway API, covering its evolution from Ingress, core concepts, resource types, configuration examples, role‑based design, cross‑namespace routing, and practical steps for installation, deployment, and management using Istio and other controllers.

Cloud NativeGateway APIIngress
0 likes · 39 min read
Detailed Overview of Kubernetes Gateway API
Cloud Native Technology Community
Cloud Native Technology Community
Nov 21, 2022 · Cloud Native

How to Replace Istio Ingress Gateway with Kubernetes Gateway API – Step‑by‑Step Guide

This tutorial explains the background of the Kubernetes Gateway API, compares it with the traditional Ingress API, and provides a hands‑on walkthrough for installing the Gateway API CRDs, configuring Istio to use a Gateway resource, exposing a sample httpbin service, updating routes, and cleaning up the environment.

Cloud NativeGateway APIIngress
0 likes · 12 min read
How to Replace Istio Ingress Gateway with Kubernetes Gateway API – Step‑by‑Step Guide
Cloud Native Technology Community
Cloud Native Technology Community
Jul 27, 2022 · Cloud Native

The New Way to Expose APIs in a Kubernetes Cluster: Gateway API vs Ingress

This article explains how the emerging Gateway API in Kubernetes addresses the limitations of traditional Ingress by introducing a modular architecture, advanced load‑balancing features, and extensibility, positioning it as the future‑ready method for exposing services and APIs in cloud‑native environments.

API ExposureCloud NativeGateway API
0 likes · 4 min read
The New Way to Expose APIs in a Kubernetes Cluster: Gateway API vs Ingress
Efficient Ops
Efficient Ops
Dec 6, 2021 · Cloud Native

Master Traefik 2.5: From Basics to Advanced Routing, TLS, and Kubernetes Integration

This comprehensive guide introduces Traefik as an open‑source edge router, explains its core concepts and components, walks through Helm deployment, demonstrates HTTP and HTTPS routing with native Ingress, CRD IngressRoute, TLS (self‑signed and Let’s Encrypt), middleware usage, IP whitelisting, TCP services, canary releases, traffic mirroring, and the new Kubernetes Gateway API, providing step‑by‑step YAML examples and screenshots for each feature.

Gateway APITLSTraefik
0 likes · 29 min read
Master Traefik 2.5: From Basics to Advanced Routing, TLS, and Kubernetes Integration
Ops Development Stories
Ops Development Stories
Nov 10, 2021 · Cloud Native

Master Traefik 2.5: From Basics to Advanced Routing, TLS, and Kubernetes Gateway API

This comprehensive guide introduces Traefik as an open‑source edge router, explains its core components and capabilities, walks through Helm deployment, demonstrates various routing methods (Ingress, IngressRoute, CRD, Gateway API), showcases middleware usage, TLS/Let’s Encrypt configuration, TCP services, canary releases, traffic mirroring, and provides practical YAML examples for Kubernetes environments.

Gateway APIIngressKubernetes
0 likes · 30 min read
Master Traefik 2.5: From Basics to Advanced Routing, TLS, and Kubernetes Gateway API