typhoon/azure/container-linux/kubernetes
Dalton Hubble 7b0ea23cdc Upgrade terraform-provider-azurerm to v2.0+
* Add support for `terraform-provider-azurerm` v2.0+. Require
`terraform-provider-azurerm` v2.0+ and drop v1.x support since
the Azure provider major release is not backwards compatible
* Use Azure's new Linux VM and Linux VM Scale Set resources
* Change controller's Azure disk caching to None
* Associate subnets (in addition to NICs) with security groups
(aesthetic)
* If set, change `worker_priority` from `Low` to `Spot` (action required)

Related:

* https://www.terraform.io/docs/providers/azurerm/guides/2.0-upgrade-guide.html
2020-03-08 17:40:13 -07:00
..
cl Change Container Linux etcd-member to fetch with docker:// 2020-03-02 19:57:45 -08:00
workers Upgrade terraform-provider-azurerm to v2.0+ 2020-03-08 17:40:13 -07:00
LICENSE Add new tutorial docs and links 2018-08-27 23:30:32 -07:00
README.md Update Kubernetes from v1.17.2 to v1.17.3 2020-02-11 20:22:14 -08:00
bootstrap.tf Update CoreDNS from v1.6.6 to v1.6.7 2020-02-18 21:46:19 -08:00
controllers.tf Upgrade terraform-provider-azurerm to v2.0+ 2020-03-08 17:40:13 -07:00
lb.tf Migrate Azure module Terraform v0.11 to v0.12 2019-06-06 09:50:35 -07:00
network.tf Upgrade terraform-provider-azurerm to v2.0+ 2020-03-08 17:40:13 -07:00
outputs.tf Output resource_group_id in Azure (#577) 2019-10-31 01:05:04 -07:00
security.tf Enable kube-proxy metrics and allow Prometheus scrapes 2020-01-06 21:11:18 -08:00
ssh.tf Upgrade terraform-provider-azurerm to v2.0+ 2020-03-08 17:40:13 -07:00
variables.tf Add/update docs for asset_dir and kubeconfig usage 2019-12-05 22:56:42 -08:00
versions.tf Upgrade terraform-provider-azurerm to v2.0+ 2020-03-08 17:40:13 -07:00
workers.tf Upgrade terraform-provider-azurerm to v2.0+ 2020-03-08 17:40:13 -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.