typhoon/aws/fedora-atomic/kubernetes
Dalton Hubble cc29530ba0 Allow preemptible workers on AWS via spot instances
* Add `worker_price` to allow worker spot instances. Defaults
to empty string for the worker autoscaling group to use regular
on-demand instances.
* Add `spot_price` to internal `workers` module for spot worker
pools
* Note: Unlike GCP `preemptible` workers, spot instances require
you to pick a bid price.
2018-04-29 13:31:17 -07:00
..
cloudinit Update Kubernetes from v1.10.1 to v1.10.2 2018-04-28 00:27:00 -07:00
workers Allow preemptible workers on AWS via spot instances 2018-04-29 13:31:17 -07:00
LICENSE Change AWS Fedora module to fedora-atomic 2018-04-21 18:46:56 -07:00
README.md Update Kubernetes from v1.10.1 to v1.10.2 2018-04-28 00:27:00 -07:00
ami.tf Update Fedora Atomic AMI to version 27.122 2018-04-21 18:46:56 -07:00
apiserver.tf Add cloud-metadata.service on AWS fedora-atomic 2018-04-21 18:46:56 -07:00
bootkube.tf Update kube-dns from v1.14.9 to v1.14.10 2018-04-28 00:43:09 -07:00
controllers.tf Change AWS Fedora module to fedora-atomic 2018-04-21 18:46:56 -07:00
network.tf Change AWS Fedora module to fedora-atomic 2018-04-21 18:46:56 -07:00
outputs.tf Change AWS Fedora module to fedora-atomic 2018-04-21 18:46:56 -07:00
require.tf Change AWS Fedora module to fedora-atomic 2018-04-21 18:46:56 -07:00
security.tf Update control plane manifests and add etcd metrics 2018-04-21 18:46:56 -07:00
ssh.tf Use bootkube system container on fedora-atomic 2018-04-21 18:46:56 -07:00
variables.tf Allow preemptible workers on AWS via spot instances 2018-04-29 13:31:17 -07:00
workers.tf Allow preemptible workers on AWS via spot instances 2018-04-29 13:31:17 -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.