mirror of
https://github.com/optim-enterprises-bv/terraform-talos.git
synced 2025-10-29 17:42:47 +00: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
- Azure CCM
- Azure CSI
- Azure Node AutoScaler
- cilium 1.11.5
- kubelet-serving-cert-approver
- metrics-server 0.5.0
- rancher.io/local-path 0.0.19
- ingress-nginx 4.1.2