Requirements for Kubernetes deployments

Requirements

  • Have a running Kubernetes cluster available

    • 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.

Hardware requirements

See the section Requirements. The specific section for the Helm chart can be found here: Workers and nodes.

Last updated

Was this helpful?