typhoon/azure/flatcar-linux/kubernetes
Dalton Hubble a4fab61066
Remove an IPv4 address from Azure clusters
* Consolidate load balancer frontend IPs to just the minimal IPv4
and IPv6 addresses that are needed per load balancer. apiserver and
ingress use separate ports, so there is not a true need for a separate
public IPv4 address just for apiserver
* Some might prefer a separate IP just because it slightly hides the
apiserver, but these are public hosted endpoints that can be discovered
* Reduce the cost of an Azure cluster since IPv4 public IPs are billed
($3.60/mo/cluster)
2024-07-10 22:29:43 -07:00
..
butane Update Kubernetes from v1.30.1 to v1.30.2 2024-06-17 08:20:03 -07:00
workers Rename Azure cluster region variable to location 2024-07-09 07:56:58 -07:00
bootstrap.tf Update Kubernetes from v1.30.1 to v1.30.2 2024-06-17 08:20:03 -07:00
controllers.tf Remove an IPv4 address from Azure clusters 2024-07-10 22:29:43 -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 Rename Azure cluster region variable to location 2024-07-09 07:56:58 -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.1 to v1.30.2 2024-06-17 08:20:03 -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 Rename Azure cluster region variable to location 2024-07-09 07:56:58 -07:00
versions.tf Bump provider ct to v0.13.0 2024-05-04 09:01:19 -07:00
workers.tf Rename Azure cluster region variable to location 2024-07-09 07:56:58 -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.