Serge Logvinov 3a2fe01aed update table
2022-10-23 17:31:31 +03:00
2021-09-03 10:33:26 +03:00
2022-10-06 19:00:28 +03:00
2022-10-11 17:46:12 +03:00
2022-10-23 17:28:28 +03:00
2022-09-18 20:41:28 +03:00
2022-05-16 21:27:02 +03:00
2022-03-26 14:16:15 +02:00
2022-06-27 13:33:48 +03:00
2022-08-19 13:07:15 +03:00
2021-11-21 08:58:17 +02:00
2022-09-18 14:35:47 +03:00
2022-10-11 17:46:12 +03:00
2021-09-14 22:20:50 +03:00
2022-04-28 14:13:21 +03:00
2021-05-29 11:05:15 +03:00
2022-10-23 17:31:31 +03:00

Terraform examples for Talos

I store here the terraform code to launch Talos in the clouds. I wouldn't use the terrafrom modules from internet. The goal is to create all cloud services from scratch.

Platform Checked Talos version Addons Setup type Nat
Azure 1.1.0 CCM,CSI,Autoscaler many regions, many zones
Exoscale 1.3.0 CCM,Autoscaler many regions
GCP 0.14.0 CCM,CSI,Autoscaler one region, many zones
Hetzner 1.2.2 CCM,CSI,Autoscaler many regions
Openstack 1.1.0 CCM,CSI many regions, many zones
Oracle 1.0.0 many regions, many zones
Scaleway 1.2.2 CCM,CSI one region

Common

  • cilium network with vxlan tunnels.
  • ingress-nginx (daemonsets) runs on web role nodes. It uses hostNetwork ports 80,443 for optimizations. It helps me to tweak the kernel on a host and apply it to ingress controller. And I can disable conntrack too.
  • coredns-local (daemonsets) uses dummy interface on al nodes and has ip 169.254.2.53 It decrease the dns response (all traffic does not leave the node). It makes sense in multi-cloud setup. Kubernets still does not have geo-based load balancer capabilities (alfa).
  • rancher.io/local-path as default storage class.
Description
No description provided
Readme MIT 1 MiB
Languages
HCL 80.2%
Smarty 11.3%
Makefile 8.5%