typhoon/azure/fedora-coreos/kubernetes
Dalton Hubble b68f8bb2a9 Switch Azure Fedora CoreOS default worker type
* Change default Azure worker_type from Standard_DS1_v2 to Standard_D2as_v5
  * Get 2 VCPU, 7 GiB, 12500Mbps (vs 1 VCPU, 3.5GiB, 750 Mbps)
  * Small increase in pay-as-you-go price ($53.29 -> $62.78)
  * Small increase in spot price ($5.64/mo -> $7.37/mo)
  * Change from Intel to AMD EPYC (`D2as_v5` cheaper than `D2s_v5`)

Rel:

* https://github.com/poseidon/typhoon/pull/1248
* https://learn.microsoft.com/en-us/azure/virtual-machines/dasv5-dadsv5-series#dasv5-series
* https://learn.microsoft.com/en-us/azure/virtual-machines/dv2-dsv2-series#dsv2-series
2022-10-13 21:23:57 -07:00
..
butane Update Kubernetes v1.25.2 to v1.25.3 2022-10-13 21:02:39 -07:00
workers Switch Azure Fedora CoreOS default worker type 2022-10-13 21:23:57 -07:00
LICENSE Add support for Fedora CoreOS on Azure 2020-04-12 16:35:49 -07:00
README.md Update Kubernetes v1.25.2 to v1.25.3 2022-10-13 21:02:39 -07:00
bootstrap.tf Update Kubernetes v1.25.2 to v1.25.3 2022-10-13 21:02:39 -07:00
controllers.tf Rename Fedora CoreOS fcc directory to butane 2022-08-10 09:10:18 -07:00
lb.tf Allow upgrading Azure Terraform Provider to v3.x 2022-04-01 16:36:53 -07:00
network.tf Allow upgrading Azure Terraform Provider to v3.x 2022-04-01 16:36:53 -07:00
outputs.tf Allow upgrading Azure Terraform Provider to v3.x 2022-04-01 16:36:53 -07:00
security.tf Allow upgrading Azure Terraform Provider to v3.x 2022-04-01 16:36:53 -07:00
ssh.tf Workaround Terraform v1.1 file provisioner regression 2021-12-28 13:25:23 -08:00
variables.tf Switch Azure Fedora CoreOS default worker type 2022-10-13 21:23:57 -07:00
versions.tf Remove Terraform template provider dependency 2022-08-02 18:15:03 -07:00
workers.tf Add support for Fedora CoreOS on Azure 2020-04-12 16:35:49 -07:00

README.md

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.