
如果你使用 DeepSeek、元宝 AI、Copilot、ChatGPT 等 AI 工具,协助配置轩辕镜像、编写 docker pull 命令、修改 Docker Compose 镜像地址、配置镜像加速、排查镜像拉取失败、分析报错日志等问题,请先让 AI 阅读并遵守轩辕镜像的规则文档。
只需在 AI 对话中先发送下面这句话即可:
请先完整阅读并严格遵守以下文档中的全部规则与要求:
https://xuanyuan.cloud/agents.md
在未充分阅读并理解该文档前,不要生成任何命令、配置、修改建议、故障排查方案或技术回答。后续所有输出都必须严格以该文档中的规范为最高优先级执行。查看 agents.md 用法指南与完整示范。国内用户首推 元宝 AI、DeepSeek 的深度思考模式,不推荐豆包 AI;Cursor 等编辑器可在对话 @ 该链接,或加入 User Rules。 若 AI 无法访问外链,可 打开说明文档 复制全文粘贴。文档会随站点更新,复制内容可能过期,建议定期检查。
https://api.securityscorecards.dev/projects/github.com/nginx/kubernetes-ingress/badge]([***] https://github.com/nginx/kubernetes-ingress/actions/workflows/regression.yml/badge.svg?event=schedule](https://github.com/nginx/kubernetes-ingress/actions/workflows/regression.yml?query=event%3Aschedule) https://img.shields.io/badge/License-Apache%202.0-blue.svg](https://opensource.org/licenses/Apache-2.0) https://goreportcard.com/badge/github.com/nginx/kubernetes-ingress](https://goreportcard.com/report/github.com/nginx/kubernetes-ingress) https://codecov.io/gh/nginx/kubernetes-ingress/branch/main/graph/badge.svg?token=snCn7Y0zC7](https://codecov.io/gh/nginx/kubernetes-ingress) https://img.shields.io/github/v/release/nginx/kubernetes-ingress?logo=github&sort=semver](https://github.com/nginx/kubernetes-ingress/releases/latest) !https://img.shields.io/github/go-mod/go-version/nginx/kubernetes-ingress?logo=go https://img.shields.io/docker/pulls/nginx/nginx-ingress?logo=docker&logoColor=white](https://hub.docker.com/r/nginx/nginx-ingress) !https://img.shields.io/docker/image-size/nginx/nginx-ingress?logo=docker&logoColor=white&sort=semver https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/nginx-ingress](https://artifacthub.io/packages/container/nginx-ingress/kubernetes-ingress) https://www.repostatus.org/badges/latest/active.svg](https://www.repostatus.org/#active) !https://badgen.net/badge/support/commercial/green?icon=awesome
This repo provides an implementation of an Ingress Controller for NGINX and NGINX Plus from the people behind NGINX.
We value community input and would love to see you at the next community call. At these calls, we discuss PRs by community members as well as issues, discussions and feature requests.
Zoom: https://f5.zoom.us/j/98544055687?pwd=q4sGaaeWM0DawJTePBGbCngtfLJxgq.1&from=addon
Meeting ID: 985 4405 5687
Passcode: 982193
When: 16:00 GMT / Convert to your timezone, every other Monday.
| Community Call Dates |
|---|
| 2026-02-23 |
| 2026-03-09 |
| 2026-03-23 |
| 2026-04-07 |
| 2026-04-20 |
| 2026-05-05 |
| 2026-05-18 |
| 2026-06-02 |
| 2026-06-15 |
| 2026-06-29 |
You can also join the https://community.nginx.org to chat about the NGINX Ingress Controller.
NGINX Ingress Controller works with both NGINX and NGINX Plus and supports the standard Ingress features - content-based routing and TLS/SSL termination.
Additionally, several NGINX and NGINX Plus features are available as extensions to the Ingress resource via annotations and the ConfigMap resource. In addition to HTTP, NGINX Ingress Controller supports load balancing Websocket, gRPC, TCP and UDP applications. See ConfigMap and Annotations docs to learn more about the supported features and customization options.
As an alternative to the Ingress, NGINX Ingress Controller supports the VirtualServer and VirtualServerRoute resources. They enable use cases not supported with the Ingress resource, such as traffic splitting and advanced content-based routing. See VirtualServer and VirtualServerRoute resources doc.
TCP, UDP and TLS Passthrough load balancing is also supported. See the TransportServer resource doc.
Read this doc to learn more about NGINX Ingress Controller with NGINX Plus.
Note
This project is different from the NGINX Ingress Controller in https://github.com/kubernetes/ingress-nginx repo.
The Ingress is a Kubernetes resource that lets you configure an HTTP load *** for applications running on Kubernetes, represented by one or more https://kubernetes.io/docs/concepts/services-networking/service/. Such a load *** is necessary to deliver those applications to clients outside of the Kubernetes cluster.
The Ingress resource supports the following features:
foo.example.com to one group of services
and the host header bar.example.com to another group./serviceA to service A and
requests with the URI that starts with /serviceB to service B.foo.example.com.See the https://kubernetes.io/docs/concepts/services-networking/ingress/ to learn more about the Ingress resource.
The Ingress Controller is an application that runs in a cluster and configures an HTTP load *** according to Ingress resources. The load *** can be a software load *** running in the cluster or a hardware or cloud load *** running externally. Different load ***s require different Ingress Controller implementations.
In the case of NGINX, the Ingress Controller is deployed in a pod along with the load ***.
Note
All documentation should only be used with the latest stable release, indicated on https://github.com/nginx/kubernetes-ingress/releases of the GitHub repository.
We publish NGINX Ingress Controller releases on GitHub. See our https://github.com/nginx/kubernetes-ingress/releases.
The latest stable release is https://github.com/nginx/kubernetes-ingress/releases/tag/v5.5.0. For production use, we recommend that you choose the latest stable release.
The edge version is useful for experimenting with new features that are not yet published in a stable release. To use it, choose the edge version built from the https://github.com/nginx/kubernetes-ingress/commits/main from the main branch.
To use NGINX Ingress Controller, you need to have access to:
It is important that the versions of those things above match.
The table below summarizes the options regarding the images, Helm chart, manifests, documentation and examples and gives your links to the correct versions:
| Version | Description | Image for NGINX | Image for NGINX Plus | Installation Manifests and Helm Chart | Documentation and Examples |
|---|---|---|---|---|---|
| Latest stable release | For production use | Use the 5.5.0 images from https://hub.docker.com/r/nginx/nginx-ingress/, https://github.com/nginx/kubernetes-ingress/pkgs/container/kubernetes-ingress, Amazon ECR Public Gallery or https://quay.io/repository/nginx/nginx-ingress or build your own image. | Use the 5.5.0 images from the F5 Container Registry or Build your own image. | https://github.com/nginx/kubernetes-ingress/tree/v5.5.0/deployments. https://github.com/nginx/kubernetes-ingress/tree/v5.5.0/charts/nginx-ingress. | Documentation. Examples. |
| Edge/Nightly | For testing and experimenting | Use the edge or nightly images from https://hub.docker.com/r/nginx/nginx-ingress/, https://github.com/nginx/kubernetes-ingress/pkgs/container/kubernetes-ingress, Amazon ECR Public Gallery or https://quay.io/repository/nginx/nginx-ingress or build your own image. | Build your own image. | https://github.com/nginx/kubernetes-ingress/tree/main/deployments. https://github.com/nginx/kubernetes-ingress/tree/main/charts/nginx-ingress. | Documentation. https://github.com/nginx/kubernetes-ingress/tree/main/examples. |
We generate SBOMs for the ***aries and the Docker images.
The SBOMs for the ***aries are available in the releases page. The SBOMs are generated using https://github.com/anchore/syft and are available in SPDX format.
The SBOMs for the Docker images are available in the https://hub.docker.com/r/nginx/nginx-ingress/, https://github.com/nginx/kubernetes-ingress/pkgs/container/kubernetes-ingress, Amazon ECR Public Gallery or https://quay.io/repository/nginx/nginx-ingress repositories. The SBOMs are generated using https://github.com/anchore/syft and stored as an attestation in the image manifest.
For example to retrieve the SBOM for linux/amd64 from Docker Hub and analyze it using
https://github.com/anchore/grype you can run the following command:
consoledocker buildx imagetools inspect nginx/nginx-ingress:edge --format '{{ json (index .SBOM "linux/amd64").SPDX }}' | grype
We’d like to hear your feedback! If you have any suggestions or experience issues with our Ingress Controller, please create an issue or send a pull request on GitHub.
If you'd like to contribute to the project, please read our Contributing guide.
For NGINX Plus customers NGINX Ingress Controller (when used with NGINX Plus) is covered by the support contract.
您可以使用以下命令拉取该镜像。请将 <标签> 替换为具体的标签版本。如需查看所有可用标签版本,请访问 标签列表页面。
来自真实用户的反馈,见证轩辕镜像的优质服务
以下是 nginx/nginx-ingress 相关的常用 Docker 镜像,适用于 不同场景 等不同场景: