DevZero Logo
DevZero

Autoscaling operator

Enabling automation using the DAKR operator.

If you were on an older version of the dakr-operator (formerly called balance) that is now deprecated, please reach out to support@devzero.io to get migrated.

Prerequisites

Install the latest version of the az CLI.

Configure IAM

git clone https://github.com/devzero-inc/dakr-operator
cd dakr-operator

Azure AKS

Coming soon! In the meantime, you can use the current deployment of the balance operator.

Deploy dakr-operator

In helm/dakr/values.yaml, locate operator.serviceAccount.annotations. Based on the terraform apply, replace the placeholder values.

Ensure the service account name matches (default: devzero-operator-sa).

Deploy the operator:

helm upgrade --install <release-name> ./helm/dakr \
    --namespace <operator-namespace> \
    --create-namespace

<release-name> can be replaced with you desired name. <operator-namespace> must be replaced with a value that matches operator_namespace in terraform apply.

On this page