Helm Installation
Install Kedify Agent using Helm.
Prerequisites
- A running Kubernetes cluster (a local cluster or cloud-based EKS, GKS, etc)
helm
installed and accessible- Created account and signed up in the Kedify Service
Getting Organization ID
In the Kedify dashboard, navigate to Organization
and select Details.
Copy the ID
.
Getting API Key
If you have Kedify Agent deployed, you can get your pre-provisioned API key from a Secret
in the same Kubernetes cluster:
If you don’t have an existing Agent, you can generate a new API Key in the Kedify dashboard.
Navigate to Organization
and select API Keys.
Click on Regenerate Agent Key
and copy the key.
Helm Installation
The following steps guide you through the minimal installation of Kedify on your cluster using Helm. Each component is installed individually from its respective Helm chart, making the user responsible for updating all components.
- Add the Kedify Helm repository:
- Create a
values_keda.yaml
for KEDA installation with the following content:
See all possible options in the values.yaml file.
- Create a
values_addon.yaml
for http addon installation with the following content:
See all possible options in the values.yaml file
- Install KEDA and the HTTP Addon:
- Install the Kedify Agent: