https://github.com/nginxinc/helm-charts
NGINX Helm Charts repository
https://github.com/nginxinc/helm-charts
Last synced: 2 months ago
JSON representation
NGINX Helm Charts repository
- Host: GitHub
- URL: https://github.com/nginxinc/helm-charts
- Owner: nginxinc
- License: apache-2.0
- Created: 2019-02-27T15:52:33.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-05-08T18:51:08.000Z (2 months ago)
- Last Synced: 2025-05-08T19:44:22.538Z (2 months ago)
- Size: 38.8 MB
- Stars: 57
- Watchers: 28
- Forks: 44
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# NGINX - Helm Charts
This repository contains packaged Helm charts provided by NGINX:
- [NGINX Ingress Controller](#nginx-ingress-controller)
- [NGINX Service Mesh](#nginx-service-mesh)
- [NGINX App Protect DoS Arbitrator](#nginx-app-protect-dos-arbitrator)
- [NGINX Management Suite](#nginx-management-suite)
- [NGINX ACM Developer Portal](#nginx-acm-developer-portal)## Add Repository
```sh
$ helm repo add nginx-stable https://helm.nginx.com/stable
$ helm repo update
```## Install Packages
### NGINX Ingress Controller
```sh
$ helm install my-release nginx-stable/nginx-ingress
```#### Documentation
https://docs.nginx.com/nginx-ingress-controller/installation/installation-with-helm/
### NGINX Service Mesh
```sh
$ helm install my-release nginx-stable/nginx-service-mesh --namespace nginx-mesh --create-namespace
```#### Documentation
https://docs.nginx.com/nginx-service-mesh/get-started/install-with-helm/
### NGINX App Protect DoS Arbitrator
```sh
$ helm install my-release nginx-stable/nginx-appprotect-dos-arbitrator
```#### Documentation
https://docs.nginx.com/nginx-ingress-controller/installation/installation-with-helm/
### NGINX Instance Manger
```sh
$ helm install nms nginx-stable/nms-hybrid
```#### Documentation
https://docs.nginx.com/nginx-instance-manager/deploy/kubernetes/deploy-using-helm/