typhoon/digital-ocean/fedora-coreos/kubernetes
Dalton Hubble 96711d7f17 Remove unused Kubelet cert / key Terraform state
* Generated Kubelet TLS certificate and key are not longer
used or distributed to machines since Kubelet TLS bootstrap
is used instead. Remove the certificate and key from state
2020-06-11 21:24:36 -07:00
..
fcc Change Kubelet container image publishing 2020-05-30 23:34:23 -07:00
LICENSE Add support for Fedora CoreOS on DigitalOcean 2020-04-09 23:55:29 -07:00
README.md Update Kubernetes from v1.18.2 to v1.18.3 2020-05-20 20:37:39 -07:00
bootstrap.tf Remove unused Kubelet cert / key Terraform state 2020-06-11 21:24:36 -07:00
controllers.tf Update recommended Terraform provider versions 2020-04-28 19:57:50 -07:00
network.tf Fix race condition creating DigitalOcean firewall rules 2020-04-19 16:55:02 -07:00
outputs.tf Add support for Fedora CoreOS on DigitalOcean 2020-04-09 23:55:29 -07:00
ssh.tf Add support for Fedora CoreOS on DigitalOcean 2020-04-09 23:55:29 -07:00
variables.tf Add support for Fedora CoreOS on DigitalOcean 2020-04-09 23:55:29 -07:00
versions.tf Use strict mode for Container Linux Configs 2020-06-09 23:00:36 -07:00
workers.tf Update recommended Terraform provider versions 2020-04-28 19:57:50 -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.18.3 (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.