Installation
Once the cloud infrastructure or on-premises server setup is complete as per the prerequisites, you can install EVA using Helm.
EVA provides separate Helm Charts for EVA App and EVA Agent, so follow the respective guides for each.
Note: To proceed with the installation, an AWS Access Key is required for accessing and authenticating with the Mellerikat cloud.
Installation Process
-
Modify Helm Values File: Before proceeding with the installation, modify the
values.yaml
file included in each Helm Chart to match your environment (e.g., domain address, resource allocation, storage configuration, etc.). -
Install Helm Chart: Use the modified
values.yaml
file to perform the installation with thehelm install
command.- EVA App Helm Chart: https://mellerikat.github.io/eva-app/
- EVA Agent Helm Chart: https://mellerikat.github.io/eva-agent/
Detailed installation commands and a list of configurable parameters can be found at each link.
Updates and Deletion
EVA updates and deletions are also managed through Helm.
- Update: Modify the
values.yaml
file and apply changes using thehelm upgrade
command. - Deletion: Use the
helm uninstall
command to remove all deployed resources.