Files
terraform-talos/azure
Serge Logvinov beeab09f7a Update version
2022-06-27 20:26:49 +03:00
..
2022-06-02 19:35:36 +03:00
2022-06-15 11:00:27 +03:00
2022-06-14 23:19:57 +03:00
2022-05-26 19:52:31 +03:00
2022-06-27 20:26:49 +03:00
2022-06-01 18:55:08 +03:00
2022-05-26 16:36:08 +03:00
2022-05-18 20:14:42 +03:00
2022-06-27 20:26:49 +03:00
2022-06-03 18:49:07 +03:00
2022-05-27 15:25:23 +03:00
2022-05-26 19:52:31 +03:00
2022-05-25 17:06:54 +03:00
2022-05-25 13:39:36 +03:00
2022-05-22 18:32:41 +03:00
2022-05-26 16:36:08 +03:00
2022-05-26 16:36:08 +03:00
2022-06-27 20:26:49 +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