PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Saturday, August 13, 2022

[FIXED] What is better helm repo to install nginx ingress?

 August 13, 2022     ingress-controller, kubernetes, kubernetes-ingress, nginx, nginx-ingress     No comments   

Issue

As far as I understand there are two or more helm repos with nginx-ingress.

nginx-stable > https://helm.nginx.com/stable
ingress-nginx > https://kubernetes.github.io/ingress-nginx

Firstly I have installed from nginx-stable, but this installation by default use selfsigned certs. When I try to investigate this question I have found out that in official tutorial https://kubernetes.github.io/ingress-nginx/deploy/ (which address is very similar to ingress-nginx helm repo) gives another repo https://helm.nginx.com/stable When I have tried to generate helm templates for both these repos, I found out that result is different. Could anyone explain why there are two repos, and what distinguish between them


Solution

...there are two or more helm repos with nginx-ingress

There is only one ingress-nginx project. The helm charts referred in your question are actually 2 different projects. ingress-nginx is managed by k8s community and kubernetes-ingress is managed by Nginx (F5). Here's a guide about their differences.



Answered By - gohm'c
Answer Checked By - Cary Denson (PHPFixing Admin)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing