Requirements for Kubernetes deployments
If you deploy using Kubernetes, the following requirements need to be met:
Have a running Kubernetes cluster available
Self-managed, Azure Kubernetes Services (AKS), Amazon Elastic Kubernetes Service (EKS), 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.
An Ingress Controller is installed on the cluster. This can be any Ingress Controller that supports regular expressions (regex) in path definitions; like NGINX, Application Gateway Ingress Controller, etc.
Last updated