Skip to main content
Version: Next

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

  1. 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.).

  2. Install Helm Chart: Use the modified values.yaml file to perform the installation with the helm install command.

    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 the helm upgrade command.
  • Deletion: Use the helm uninstall command to remove all deployed resources.