Skip to content

tstraley/helm-charts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 Ingress Controller

Documentation

https://docs.nginx.com/nginx-ingress-controller/installation/installation-with-helm/

Add Repository (stable)

$ helm repo add nginx-stable https://helm.nginx.com/stable
$ helm repo update

Add Repository (experimental)

$ helm repo add nginx-edge https://helm.nginx.com/edge
$ helm repo update

Install Packages (stable)

$ helm install my-release nginx-stable/nginx-ingress [--version 0.4.1]

Install Packages (experimental)

$ helm install my-release nginx-edge/nginx-ingress --devel

NGINX Service Mesh

Documentation

https://docs.nginx.com/nginx-service-mesh/get-started/install-with-helm/

Add repository

$ helm repo add nginx-stable https://helm.nginx.com/stable
$ helm repo update

Install packages

$ helm install my-release nginx-stable/nginx-service-mesh --namespace nginx-mesh --create-namespace

NGINX App Protect DoS Arbitrator

Documentation

https://docs.nginx.com/nginx-ingress-controller/installation/installation-with-helm/

Add repository

$ helm repo add nginx-stable https://helm.nginx.com/stable
$ helm repo update

Install packages

$ helm install my-release nginx-stable/nginx-appprotect-dos-arbitrator [--version 0.1.0]

NGINX Management Suite

Documentation

https://docs.nginx.com/nginx-management-suite/admin-guides/installation/kubernetes/nms-helm/

Add repository

$ helm repo add nginx-stable https://helm.nginx.com/stable
$ helm repo update

Install packages

$ helm install nms nginx-stable/nms [--version 1.1.1]

NGINX ACM Developer Portal

Documentation

https://docs.nginx.com/nginx-management-suite/admin-guides/installation/kubernetes/devportal-helm-chart/

Add repository

$ helm repo add nginx-stable https://helm.nginx.com/stable
$ helm repo update

Install packages

$ helm install nms nginx-stable/nginx-devportal [--version 1.4.0]

About

NGINX Helm Charts repository

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published