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
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:
<release-name>
can be replaced with you desired name.
<operator-namespace>
must be replaced with a value that matches operator_namespace
in terraform apply
.