typhoon/aws/fedora-coreos/kubernetes
Dalton Hubble 74780fb09f Migrate Fedora CoreOS bare-metal to static pod control plane
* Run a kube-apiserver, kube-scheduler, and kube-controller-manager
static pod on each controller node. Previously, kube-apiserver was
self-hosted as a DaemonSet across controllers and kube-scheduler
and kube-controller-manager were a Deployment (with 2 or
controller_count many replicas).
* Remove bootkube bootstrap and pivot to self-hosted
* Remove pod-checkpointer manifests (no longer needed)
2019-09-09 22:37:31 -07:00
..
fcc Migrate Fedora CoreOS bare-metal to static pod control plane 2019-09-09 22:37:31 -07:00
workers Migrate Fedora CoreOS AWS to a static pod control plane 2019-09-09 22:37:31 -07:00
LICENSE Port Typhoon Fedora CoreOS support to AWS 2019-07-18 00:55:22 -07:00
README.md Migrate Fedora CoreOS AWS to a static pod control plane 2019-09-09 22:37:31 -07:00
ami.tf Update Fedora CoreOS to testing 30.20190801.0 2019-08-18 21:46:59 -07:00
bootkube.tf Migrate Fedora CoreOS AWS to a static pod control plane 2019-09-09 22:37:31 -07:00
controllers.tf Enable AWS root block device encryption by default 2019-08-07 21:13:44 -07:00
network.tf Port Typhoon Fedora CoreOS support to AWS 2019-07-18 00:55:22 -07:00
nlb.tf Port Typhoon Fedora CoreOS support to AWS 2019-07-18 00:55:22 -07:00
outputs.tf Port Typhoon Fedora CoreOS support to AWS 2019-07-18 00:55:22 -07:00
security.tf Migrate Fedora CoreOS AWS to a static pod control plane 2019-09-09 22:37:31 -07:00
ssh.tf Migrate Fedora CoreOS AWS to a static pod control plane 2019-09-09 22:37:31 -07:00
variables.tf Port Typhoon Fedora CoreOS support to AWS 2019-07-18 00:55:22 -07:00
versions.tf Enable AWS root block device encryption by default 2019-08-07 21:13:44 -07:00
workers.tf Port Typhoon Fedora CoreOS support to AWS 2019-07-18 00:55:22 -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 AWS tutorial.