Files
bifrost/terraform/examples/azure-aks
Beyhan Oğur 880f412e2c first commit
2026-04-26 21:52:23 +03:00
..
2026-04-26 21:52:23 +03:00
2026-04-26 21:52:23 +03:00
2026-04-26 21:52:23 +03:00
2026-04-26 21:52:23 +03:00
2026-04-26 21:52:23 +03:00

Bifrost on Azure AKS

Deploys Bifrost as a Kubernetes workload on Azure Kubernetes Service.

Prerequisites

  • Azure subscription
  • Azure CLI authenticated (az login)
  • Terraform >= 1.0

Usage

# Copy and edit the example variables file
cp terraform.tfvars.example terraform.tfvars

# Deploy
terraform init
terraform plan
terraform apply

Configuration

Two approaches can be combined:

  1. File-based -- Set config_json_file to point to an existing config.json.
  2. Variable-based -- Set individual variables (config_store, logs_store, providers_config). These override matching keys from the file.

See terraform.tfvars.example for examples of both.

Cleanup

terraform destroy