Kubernetes
esthesis EDGE can be installed on Kubernetes using Helm. The Helm chart is available as an OCI artifact in the esthesis EDGE GitHub Docker Hub repository.
Requirements
A Kubernetes cluster with Ingress support.
Installation
To install esthesis EDGE on Kubernetes, execute the following commands:
The above command will install the full stack of esthesis EDGE, consisting of esthesis EDGE backend, MariaDB, and InfluxDB. The default values of the Helm chart will properly configure the above components to work with each other, however no services will be exposed nor any module will be enabled. You can configure esthesis EDGE by providing a values file while installing the Helm chart, or passing command-line arguments to the helm install
command.
For a full list of configuration options, see the Configuration section of the documentation.