I need to install this NGINX Ingress Controller Git release https://github.com/kubernetes/ingress-nginx/releases/tag/nginx-0.22.0 in my Kubernetes cluster. Can anyone share the steps on how to do it?
I did some research, but could not find any useful article.
Additional information
- I’m managing the cluster using helm. So is there a way to set it up using helm?
- Is any other approach recommended?
2
Answers
I understand you want to install nginx-ingress controller using(manage using) helm, you can use the link for the same, below command.
https://kubernetes.github.io/ingress-nginx/deploy/
If you want to install a particular version of ingress controller you can export the values into your local and change the tag and then run helm install above using the customised values file as shown below.
https://helm.sh/docs/helm/helm_show_values/
You can display all available helm chart versions using:
Then, choose the version you want
CHART VERSION
, here 4.2.0