Self-managed, Azure Kubernetes Services (AKS), Amazon Elastic Kubernetes Service (EKS), Google Kubernetes Engine (GKE), or
Other Kubernetes (managed) solutions running Kubernetes 1.20 or higher.
kubectl installed for managing the Kubernetes cluster.
Helm v3 installed. See instructions on how to install Helm here.
Accessing the application
An Ingress Controller installed on the cluster is recommended, as we expose an Ingress in our Helm chart for reaching the UI. This can be any Ingress Controller that supports regular expressions (regex) in path definitions; like NGINX, Application Gateway Ingress Controller, etc.