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

推荐订阅源

K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
W
WeLiveSecurity
L
LINUX DO - 最新话题
IT之家
IT之家
S
SegmentFault 最新的问题
T
The Blog of Author Tim Ferriss
博客园 - 聂微东
Google Online Security Blog
Google Online Security Blog
Forbes - Security
Forbes - Security
N
News | PayPal Newsroom
T
Troy Hunt's Blog
Last Week in AI
Last Week in AI
月光博客
月光博客
博客园 - 三生石上(FineUI控件)
S
Security Affairs
N
News and Events Feed by Topic
S
Securelist
美团技术团队
有赞技术团队
有赞技术团队
T
Tailwind CSS Blog
TaoSecurity Blog
TaoSecurity Blog
C
Cybersecurity and Infrastructure Security Agency CISA
J
Java Code Geeks
A
Arctic Wolf
Blog — PlanetScale
Blog — PlanetScale
量子位
D
Darknet – Hacking Tools, Hacker News & Cyber Security
The GitHub Blog
The GitHub Blog
Webroot Blog
Webroot Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
F
Full Disclosure
云风的 BLOG
云风的 BLOG
Apple Machine Learning Research
Apple Machine Learning Research
K
Kaspersky official blog
Google DeepMind News
Google DeepMind News
Know Your Adversary
Know Your Adversary
S
Schneier on Security
Application and Cybersecurity Blog
Application and Cybersecurity Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Microsoft Security Blog
Microsoft Security Blog
D
DataBreaches.Net
Cisco Talos Blog
Cisco Talos Blog
L
LangChain Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
U
Unit 42
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
宝玉的分享
宝玉的分享
Hacker News - Newest:
Hacker News - Newest: "LLM"
MongoDB | Blog
MongoDB | Blog
S
Security @ Cisco Blogs

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