Skip to content

Latest commit

 

History

History
58 lines (37 loc) · 1.3 KB

README.md

File metadata and controls

58 lines (37 loc) · 1.3 KB

NGINX - Helm Charts

This repository contains packaged Helm charts provided by NGINX:

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 Instance Manger

$ helm install nms nginx-stable/nms

Documentation

https://docs.nginx.com/nginx-instance-manager/deploy/kubernetes/deploy-using-helm/