惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Cloudbric
Cloudbric
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
量子位
A
About on SuperTechFans
宝玉的分享
宝玉的分享
小众软件
小众软件
T
Tor Project blog
The Hacker News
The Hacker News
WordPress大学
WordPress大学
IT之家
IT之家
L
LINUX DO - 热门话题
大猫的无限游戏
大猫的无限游戏
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
酷 壳 – CoolShell
酷 壳 – CoolShell
NISL@THU
NISL@THU
D
Darknet – Hacking Tools, Hacker News & Cyber Security
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Latest news
Latest news
Martin Fowler
Martin Fowler
F
Full Disclosure
爱范儿
爱范儿
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
Application and Cybersecurity Blog
Application and Cybersecurity Blog
W
WeLiveSecurity
C
Cisco Blogs
Recorded Future
Recorded Future
C
CXSECURITY Database RSS Feed - CXSecurity.com
博客园 - Franky
美团技术团队
N
Netflix TechBlog - Medium
Know Your Adversary
Know Your Adversary
Hacker News - Newest:
Hacker News - Newest: "LLM"
H
Help Net Security
雷峰网
雷峰网
G
Google Developers Blog
人人都是产品经理
人人都是产品经理
Microsoft Azure Blog
Microsoft Azure Blog
Security Latest
Security Latest
M
MIT News - Artificial intelligence
J
Java Code Geeks
Project Zero
Project Zero
Jina AI
Jina AI
P
Palo Alto Networks Blog
Vercel News
Vercel News
腾讯CDC
N
News | PayPal Newsroom
V
Visual Studio Blog
Cisco Talos Blog
Cisco Talos Blog
V
Vulnerabilities – Threatpost
AWS News Blog
AWS News Blog

NGINX Community Blog

External Authentication Policy in NGINX Ingress Controller: A Real World Use Case – NGINX Community Blog External Authentication Policy in NGINX Ingress Controller: Patterns for VirtualServer and Ingress – NGINX Community Blog mTLS Policies in NGINX Ingress Controller – NGINX Community Blog Optimising NGINX Ingress Controller Startup Performance – NGINX Community Blog Meet With Us: NGINX Gateway Fabric & NGINX Ingress Controller Community Calls  – NGINX Community Blog Strengthening the NGINX Community – NGINX Community Blog F5 WAF for NGINX Comes to the Gateway API – NGINX Community Blog How NGINX Ingress Controller and NGINX Gateway Fabric Handle Kubernetes Backend Changes Natively – NGINX Community Blog Cache Policy in NGINX Ingress Controller: A Practical Guide for VirtualServer – NGINX Community Blog Access Control Policy in NGINX Ingress Controller: Patterns for Ingress – NGINX Community Blog Enterprise-Grade Features and Gateway API 1.5 Conformance – NGINX Community Blog NGINX OSS 1.29.6 and 1.29.7: Open-sourced Session Persistence, Multipath TCP and More – NGINX Community Blog Keep-alive to upstreams is now default in NGINX 1.29.7 – NGINX Community Blog CORS Policy in NGINX Ingress Controller v5.4.0: Patterns for VirtualServer and Ingress – NGINX Community Blog A Community Hub for NGINX on Kubernetes, Including a New Ingress-NGINX Migration Tool – NGINX Community Blog
Security, Performance, and Easier Migration – NGINX Community Blog
Micheál Kingston · 2026-05-29 · via NGINX Community Blog

NGINX Ingress Controller 5.5 is a focused, community-driven release. It brings new capabilities, expanded Kubernetes Ingress support, a significant startup performance improvement at scale, and more annotations to ease migrations from ingress-nginx. Here’s what’s new.

External Authentication for Ingress and VirtualServer

What’s new?: External Authentication is now supported for both Ingress and VirtualServer resources. Based on analysis of the ingress-nginx project, ExternalAuth is one of the most widely used features and has been a frequent request from users making the move to F5 NGINX Ingress Controller.

Why it matters?: For teams migrating from ingress-nginx ExternalAuth compatibility removes one of the most common blockers. Users get a familiar, supported path without needing to redesign their authentication architecture on day one.

mTLS Support for Ingress

What’s new?: Mutual TLS for ingress and egress traffic is now supported on the Ingress resource, giving users another option for securing traffic natively within F5 NGINX Ingress Controller.

Why it matters?: mTLS is a core building block of zero-trust networking. Bringing it to the Ingress resource means teams no longer need to migrate to VirtualServer just to enforce mutual authentication — it works with the resource type they’re already using.

Additional ingress-nginx Annotation Support

What’s new?: This release adds support for more ingress-nginx annotations, including add-header, add-header-inherit, proxy-redirect-from, and proxy-redirect-to.

Why it matters?: Annotation compatibility remains the biggest migration friction point for teams moving from ingress-nginx. Every additional annotation we support natively means less rewriting on day one and a smoother, more incremental migration path.

Improved Startup Performance at Scale

What’s new?: NIC startup time has been significantly improved for environments with large numbers of configured resources. In a test environment with 100 regular Ingress resources, 250 master Ingress resources, 1,000 minion Ingress resources, and 100 VirtualServer resources, all NIC pods became ready in seconds — compared to double-digit minutes with the previous edge image.

Why it matters?: Slow startup times at scale create real operational risk, particularly during rolling updates or cluster recovery scenarios. This improvement makes F5 NGINX Ingress Controller significantly more reliable in large production environments where speed of recovery matters.

Expanded VirtualServerRoute Path Matching

What’s new?: VirtualServerRoute now supports multiple regular expression paths, making routing configurations more flexible for teams with advanced traffic management requirements.

Why it matters?: Real-world routing rules are rarely simple. Supporting multiple regex paths in a single VirtualServerRoute reduces the need for workarounds and gives teams cleaner, more maintainable configurations.

Optional Host Support

What’s new?: Host is now optional through an opt-in approach, enabling IP-based routing for environments that do not use DNS, such as test environments and labs, while preserving host-based routing as the standard Kubernetes model.

Why it matters?: Not every environment has DNS in place, especially during early-stage testing or in isolated lab setups. This gives teams the flexibility to get up and running quickly without changing their network configuration.

NGINX Plus Exclusive Features

NGINX Plus customers get everything above, plus additional enterprise security capabilities in this release.

WAF Policy Support for Ingress

What’s new?: F5 WAF Policy resources can now be associated directly with Ingress resources, removing the previous requirement to use VirtualServer.

Why it matters?: WAF protection shouldn’t depend on which resource abstraction you’re using. This gives platform and security teams more flexibility in how they apply and manage WAF policies across their Kubernetes environments.

F5 WAF IP Intelligence Support

What’s new?: WAF IP Intelligence can now automatically block or limit access from IP addresses with poor reputations, using real-time threat intelligence covering categories such as botnets, Windows exploits, and web attacks.

Why it matters?: Blocking known malicious sources at the edge before they reach your applications is one of the most effective security controls available. IP Intelligence automates that process using continuously updated threat data, reducing exposure without adding operational overhead.

Stability and Bug Fixes

This release also includes multiple stability improvements and bug fixes. Head over to the GitHub release page and our public release docs for the full picture. Follow the upgrade instructions in the documentation to upgrade F5 NGINX Ingress Controller.

We’re proud of what the team delivered here. A release that listens to user feedback and moves the project forward across security, performance, and migration experience all at once.

NGINX Community Forum