NGINX
Why Use NGINX Ingress?
Installation (Helm)
helm upgrade --install ingress-nginx ingress-nginx \
--repo https://kubernetes.github.io/ingress-nginx \
--namespace ingress-nginx --create-namespacehelm show values ingress-nginx --repo https://kubernetes.github.io/ingress-nginx
Installation (YAML Manifest)
Pre-flight Check
Local Testing Example
Online Testing (Cloud LoadBalancer)
GitOps Example (ArgoCD)
Pros and Cons
Pros
Cons
2025 Best Practices
Common Pitfalls
References
Last updated