Skip to content

Agent info banner #661

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Jun 10, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions _banners/agent-v3-release.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{{< banner "notice" "NGINX Agent 3.0 is now available" >}}


F5 NGINX One Console does not currently support Agent 3.x. If you are using NGINX One Console in your environment, upgrade to the latest Agent 2.x version by following the [Upgrade NGINX Agent](/nginx-agent/installation-upgrade/upgrade/) guide.

Please see the [Technical specifications](/nginx-agent/technical-specifications/) for product compatibility.


{{< /banner >}}
8 changes: 6 additions & 2 deletions content/agent/_index.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
---
title: NGINX Agent
description: NGINX Agent is a companion daemon for your NGINX Open Source or NGINX
Plus instance.
url: /nginx-agent/
cascade:
logo: NGINX-product-icon.png
banner:
enabled: true
type: deprecation
start-date: 2025-05-29
end-date: 2025-09-09
md: /_banners/agent-v3-release.md
---
11 changes: 11 additions & 0 deletions content/agent/technical-specifications.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,17 @@ type:

This document provides technical specifications for NGINX Agent. It includes information on supported distributions, deployment environments, NGINX versions, sizing recommendations, and logging.

## NGINX Agent v3.0 Compatibility
{{< bootstrap-table "table table-striped table-bordered" >}}
| NGINX Product | Agent Version |
|------------------------------|----------------|
| **NGINX One Console** | 2.x |
| **NGINX Gateway Fabric** | 3.x |
| **NGINX Plus** | 2.x, 3.x |
| **NGINX Ingress Controller** | 2.x |
| **NGINX Instance Manager** | 2.x |
{{< /bootstrap-table >}}

## Supported Distributions

NGINX Agent can run in most environments. We support the following distributions:
Expand Down
Loading