NGINX ingress controller

If you opt to install the ingress-nginx controller in your Kubernetes cluster, follow these steps.

  1. Add the ingress-nginx Helm repo:

    helm repo add ingress-nginx https://kubernetes.github.io/ingress-nginx
    

    Or update the repo if it already exists:

    helm repo update
    
  2. Install the controller in the Obcerv’s namespace:

    helm install ingress-nginx ingress-nginx/ingress-nginx -n itrs
    
["Obcerv"] ["User Guide", "Technical Reference"]

Was this topic helpful?