https://github.com/nginx/nginx-demos
NGINX Demos
https://github.com/nginx/nginx-demos
Last synced: 8 months ago
JSON representation
NGINX Demos
- Host: GitHub
- URL: https://github.com/nginx/nginx-demos
- Owner: nginx
- License: apache-2.0
- Created: 2025-02-07T13:40:10.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-05-05T21:32:13.000Z (8 months ago)
- Last Synced: 2025-05-07T22:07:45.866Z (8 months ago)
- Language: Shell
- Size: 1.19 MB
- Stars: 8
- Watchers: 7
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
- Support: SUPPORT.md
Awesome Lists containing this project
README
[](https://www.repostatus.org/#active)
[](https://securityscorecards.dev/viewer/?uri=github.com/nginx/nginx-demos)
[](/SUPPORT.md)
[](https://community.nginx.org)
[](https://opensource.org/licenses/Apache-2.0)
[](/CODE_OF_CONDUCT.md)
# NGINX Demos
This repository contains a collection of curated and updated NGINX demos covering NGINX offerings.
## Repository Structure
The demos are divided by NGINX product offering into unique distinct folders. Each folder then contains one or more demos covering various use cases within the respective product offering.
Each demo might have unique deployment requirements. Please refer to each individual README for more details.
## Available Demos
### NGINX
|Title|Description|Owner|
|-----|-----------|-----|
|[NGINX advanced healthchecks](nginx/advanced-healthchecks/)|Advanced active healthchecks for NGINX Plus|@fabriziofiorucci|
|[NGINX API gateway](nginx/api-gateway/)|Configure NGINX as an API gateway|@alessfg|
|[NGINX API steering](nginx/api-steering/)|NGINX as an API gateway using an external data source for authentication, authorization and steering|@fabriziofiorucci|
|[NGINX Docker image builder](nginx/docker-image-builder/)|Tool to build several Docker images for NGINX Plus, NGINX App Protect, NGINX Agent|@fabriziofiorucci|
|[NGINX multicloud gateway](nginx/multicloud-gateway/)|NGINX setup for URI-based kubernetes traffic routing|@fabriziofiorucci|
|[NGINX SOAP REST](nginx/soap-to-rest/)|Example NGINX configuration to translate between SOAP and REST|@fabriziofiorucci|
### NGINX Gateway Fabric (NGF)
|Title|Description|Owner|
|-----|-----------|-----|
|[NGINX Gateway Fabric traffic splitting](nginx-gateway-fabric/traffic-splitting/)|Simple overview of configuring NGINX Gateway Fabric to route traffic within Kubernetes|@sjberman|
### NGINX Ingress Controller (NIC)
|Title|Description|Owner|
|-----|-----------|-----|
|[NGINX Ingress Controller deployment](nginx-ingress-controller/ingress-deployment/)|Simple overview of deploying and configuring NGINX Ingress Controller|@DylenTurnbull|
### NGINX Instance Manager (NIM)
|Title|Description|Owner|
|-----|-----------|-----|
|[NGINX Instance Manager Docker deployment](nginx-instance-manager/docker-deployment/)|Tool to build docker images for NGINX Instance Manager|@fabriziofiorucci|
### NGINX Workshops
|Title|Description|Owner|
|-----|-----------|-----|
|[NGINX Basics](nginx-workshops/README.md)|A 101 level introduction to NGINX|@apcurrier, @chrisakker, @sdutta9|
|[NGINX Ingress Controller](nginx-workshops/README.md)|Learn everything you need to get started with NGINX Ingress Controller and its capabilities|@apcurrier, @chrisakker, @sdutta9|
|[NGINXaaS for Azure](nginx-workshops/README.md)|Learn everything you need to get started with NGINX as a Service for Azure (NGINXaaS) and its capabilities|@apcurrier, @chrisakker, @sdutta9|
|[NGINX One Console](nginx-workshops/README.md)|Learn everything you need to get started with NGINX One Console and its capabilities|@apcurrier, @chrisakker, @sdutta9|
## Contributing
Please see the [contributing guide](/CONTRIBUTING.md) for guidelines on how to best contribute to this project.
## License
[Apache License, Version 2.0](/LICENSE)
© [F5, Inc.](https://www.f5.com/) 2025