typhoon/azure/flatcar-linux/kubernetes
Dalton Hubble af27661432 Configure controller and worker node architecture separately
* On platforms that support ARM64 instances, configure controller
and worker node host architectures separately
* For example, you can run arm64 controllers and amd64 workers
* Add `controller_arch` and `worker_arch` variables
* Remove `arch` variable
2024-08-02 15:04:57 -07:00
..
butane Update Kubernetes from v1.30.2 to v1.30.3 2024-07-20 11:04:32 -07:00
workers Update Kubernetes from v1.30.2 to v1.30.3 2024-07-20 11:04:32 -07:00
bootstrap.tf Fix incorrect terraform-render-bootstrap SHA 2024-07-25 21:41:54 -07:00
controllers.tf Configure controller and worker node architecture separately 2024-08-02 15:04:57 -07:00
lb.tf Remove an IPv4 address from Azure clusters 2024-07-10 22:29:43 -07:00
LICENSE Rename container-linux modules to flatcar-linux 2020-10-20 22:47:19 -07:00
locals.tf Add IPv6 support for Typhoon Azure clusters 2024-07-09 07:55:00 -07:00
network.tf Generate Azure Virtual Network IPv6 ULA space at random 2024-07-20 11:01:50 -07:00
outputs.tf Remove an IPv4 address from Azure clusters 2024-07-10 22:29:43 -07:00
README.md Update Kubernetes from v1.30.2 to v1.30.3 2024-07-20 11:04:32 -07:00
security.tf Add IPv6 support for Typhoon Azure clusters 2024-07-09 07:55:00 -07:00
ssh.tf Add IPv6 support for Typhoon Azure clusters 2024-07-09 07:55:00 -07:00
variables.tf Configure controller and worker node architecture separately 2024-08-02 15:04:57 -07:00
versions.tf Bump provider ct to v0.13.0 2024-05-04 09:01:19 -07:00
workers.tf Configure controller and worker node architecture separately 2024-08-02 15:04:57 -07:00

Typhoon

Typhoon is a minimal and free Kubernetes distribution.

  • Minimal, stable base Kubernetes distribution
  • Declarative infrastructure and configuration
  • Free (freedom and cost) and privacy-respecting
  • Practical for labs, datacenters, and clouds

Typhoon distributes upstream Kubernetes, architectural conventions, and cluster addons, much like a GNU/Linux distribution provides the Linux kernel and userspace components.

Features

Docs

Please see the official docs and the Azure tutorial.