Install the Web Console

Important

This information refers to the previous helm install method. For the streamlined Kubernetes Off-the-Shelf (KOTS) method, you can select the apps you want to install during Platform installation.

All ITRS Analytics apps, including the Web Console, are installed via helm.

Many apps use the Web Console to provide a user interface. As a result you should always install the Web Console first.

Note

For full details of app installation, see Install apps.

Web Console installation Copied

  1. Create a chart config file, for example console.yaml:

    ingress:
      annotations:
        kubernetes.io/ingress.class: "nginx"
        nginx.org/mergeable-ingress-type: "minion"
    

    Your ingress controller may require custom annotations on the ingress (this example is for ingress-nginx).

  2. Install the chart:

    helm install -f console.yaml obcerv-app-webconsole itrs/obcerv-app-webconsole --version 3.0.0 -n <namespace> --wait
    

Once the pod is ready, the console will be accessible via https://www.obcerv.local (adjusted to your actual DNS name). For initial login, see Access and login.

["Obcerv"] ["Obcerv > Web Console"] ["Technical Reference"]

Was this topic helpful?