Files
terraform-talos/azure
Serge Logvinov 16830f872a change data disk
2023-01-27 08:55:48 +02:00
..
2023-01-27 08:55:48 +02:00
2023-01-18 15:25:34 +02:00
2022-08-19 12:44:08 +03:00
2023-01-19 14:41:02 +02:00
2023-01-18 19:00:38 +02:00
2023-01-21 11:36:29 +02:00
2023-01-18 19:00:38 +02:00
2022-05-26 16:36:08 +03:00
2022-11-21 18:33:35 +02:00
2022-09-18 15:40:30 +03:00
2022-08-19 13:41:29 +03:00
2023-01-19 20:17:53 +02:00
2023-01-19 14:41:02 +02:00
2023-01-19 14:41:02 +02:00
2023-01-19 14:41:02 +02:00
2022-05-25 13:39:36 +03:00
2022-05-22 18:32:41 +03:00
2023-01-18 19:00:38 +02:00
2023-01-19 20:17:53 +02:00
2022-10-06 19:00:28 +03:00

Talos on Azure Cloud

Create IAM roles

Create roles

Terraform will create the roles. az ad sp creates the accounts and assign the roles. Do not forget to save account credits.

cd init
terraform init
terraform apply

az ad sp create-for-rbac --name "kubernetes-ccm" --role kubernetes-ccm --scopes="/subscriptions/<subscription-id>" --output json
az ad sp create-for-rbac --name "kubernetes-csi" --role kubernetes-csi --scopes="/subscriptions/<subscription-id>" --output json

Local utilities

  • terraform
  • talosctl
  • kubectl
  • yq

Network diagram

Kubernetes addons