HiveBrain v1.2.0
Get Started
← Back to all entries
patternkubernetesMinor

Is there an nginx that isn't an ingress controller?

Submitted by: @import:stackexchange-devops··
0
Viewed 0 times
ingressisnnginxcontrollerthatthere

Problem

I'm using traefik as an ingress controller. I'm looking to route traffic to a webserver. Is there a helm chart that packages up nginx not as an ingress controller but as a webserver?

Solution

Bitnami packages software to helm charts. One of them is Nginx web server.

Bitnami Nginx Helm Chart from Artifacthub.io or you can pull it from Bitnami Official Bitnami Website
A quick reference on the Bitnami site to get start

helm install my-release oci://registry-1.docker.io/bitnamicharts/nginx
or
helm pull oci://registry-1.docker.io/bitnamicharts/nginx


A cool thing about Bitnami is that nginx is running in non privilege port.
Happy Helming !!

Code Snippets

helm install my-release oci://registry-1.docker.io/bitnamicharts/nginx
or
helm pull oci://registry-1.docker.io/bitnamicharts/nginx

Context

StackExchange DevOps Q#18200, answer score: 2

Revisions (0)

No revisions yet.