Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nginxinc/helm-charts
NGINX Helm Charts repository
https://github.com/nginxinc/helm-charts
Last synced: 24 days 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-12-16T16:14:07.000Z (about 1 month ago)
- Last Synced: 2024-12-16T17:28:22.801Z (about 1 month ago)
- Size: 38.6 MB
- Stars: 51
- Watchers: 31
- Forks: 43
- Open Issues: 5
-
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 Management Suite
```sh
$ helm install nms nginx-stable/nms
```#### Documentation
https://docs.nginx.com/nginx-management-suite/admin-guides/installation/kubernetes/nms-helm/
### NGINX ACM Developer Portal
```sh
$ helm install nms nginx-stable/nginx-devportal
```#### Documentation
https://docs.nginx.com/nginx-management-suite/admin-guides/installation/kubernetes/devportal-helm-chart/