helm-charts
helm-charts copied to clipboard
NGINX Helm Charts repository
NGINX - Helm Charts
This repository contains packaged Helm charts provided by NGINX:
- NGINX Ingress Controller
- NGINX Service Mesh
- NGINX App Protect DoS Arbitrator
- NGINX Management Suite
- NGINX ACM Developer Portal
Add Repository
$ helm repo add nginx-stable https://helm.nginx.com/stable
$ helm repo update
Install Packages
NGINX Ingress Controller
$ helm install my-release nginx-stable/nginx-ingress
Documentation
https://docs.nginx.com/nginx-ingress-controller/installation/installation-with-helm/
NGINX Service Mesh
$ 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
$ helm install my-release nginx-stable/nginx-appprotect-dos-arbitrator
Documentation
https://docs.nginx.com/nginx-ingress-controller/installation/installation-with-helm/
NGINX Management Suite
$ helm install nms nginx-stable/nms
Documentation
https://docs.nginx.com/nginx-management-suite/admin-guides/installation/kubernetes/nms-helm/
NGINX ACM Developer Portal
$ helm install nms nginx-stable/nginx-devportal
Documentation
https://docs.nginx.com/nginx-management-suite/admin-guides/installation/kubernetes/devportal-helm-chart/