typhoon/digital-ocean/fedora-coreos/kubernetes
Dalton Hubble f544a9c71f Switch Fedora CoreOS from docker-shim to containerd
* Migrate from `docker-shim` to `containerd` in preparation
for Kubernetes v1.24.0 dropping `docker-shim` support
* Much consideration was given to the container runtime
choice. https://github.com/poseidon/typhoon/issues/899
provides relevant rationales
2022-01-13 09:17:29 -08:00
..
fcc Switch Fedora CoreOS from docker-shim to containerd 2022-01-13 09:17:29 -08:00
LICENSE Add support for Fedora CoreOS on DigitalOcean 2020-04-09 23:55:29 -07:00
README.md Update Kubernetes from v1.23.0 to v1.23.1 2021-12-20 08:36:19 -08:00
bootstrap.tf Update Kubernetes from v1.23.0 to v1.23.1 2021-12-20 08:36:19 -08:00
controllers.tf Isolate each DigitalOcean cluster in its own VPC 2020-06-28 23:25:30 -07:00
network.tf Update Prometheus discovery of kube components 2021-08-10 21:25:19 -07:00
outputs.tf Set kubeconfig and asset_dist as sensitive 2020-11-23 11:41:55 -08:00
ssh.tf Workaround Terraform v1.1 file provisioner regression 2021-12-28 13:25:23 -08:00
variables.tf Enable Kubernetes aggregation by default 2021-12-09 17:30:35 -08:00
versions.tf Update minimum Terraform provider versions 2021-12-07 16:26:34 -08:00
workers.tf Isolate each DigitalOcean cluster in its own VPC 2020-06-28 23:25:30 -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

  • Kubernetes v1.23.1 (upstream)
  • Single or multi-master, Calico or flannel networking
  • On-cluster etcd with TLS, RBAC-enabled, network policy, SELinux enforcing
  • Advanced features like snippets customization
  • Ready for Ingress, Prometheus, Grafana, CSI, and other addons

Docs

Please see the official docs and the Digital Ocean tutorial.