typhoon/google-cloud/fedora-coreos/kubernetes
Dalton Hubble d08cd317d9 Allow CoreDNS and kube-proxy to be optional components
* Allow for more minimal base cluster setups, that manage CoreDNS or
kube-proxy as applications, with rolling updates, or deploy systems.
Or in the case of kube-proxy, its becoming more common to not install
it and instead use Cilium
* Add a `components` pass-through variable to configure pre-installed
components like kube-proxy and CoreDNS. These components can be
disabled (individually or together) to allow for managing components
with separate plan/apply processes or automations
* terraform-render-bootstrap manifest assets are now structured as
manifests/{coredns,kube-proxy,network} so adapt the controller
layout scripts accordingly
* This is similar to some changes in v1.29.2 that allowed for the
container networking provider manifests to be skipped

Related: https://github.com/poseidon/typhoon/pull/1419, https://github.com/poseidon/typhoon/pull/1421
2024-05-12 21:20:27 -07:00
..
butane Allow CoreDNS and kube-proxy to be optional components 2024-05-12 21:20:27 -07:00
workers Update Kubernetes from v1.29.3 to v1.30.0 2024-04-23 20:51:54 -07:00
apiserver.tf Roll instance template changes to worker managed instance groups 2022-08-14 13:06:53 -07:00
bootstrap.tf Allow CoreDNS and kube-proxy to be optional components 2024-05-12 21:20:27 -07:00
controllers.tf Allow CoreDNS and kube-proxy to be optional components 2024-05-12 21:20:27 -07:00
image.tf Use Fedora CoreOS image streams on Google Cloud 2020-05-08 01:23:12 -07:00
ingress.tf Add module for Fedora CoreOS on Google Cloud 2020-02-01 15:21:40 -08:00
LICENSE Add module for Fedora CoreOS on Google Cloud 2020-02-01 15:21:40 -08:00
network.tf Adjust Google Cloud worker health checks to use kube-proxy healthz 2022-08-17 20:50:52 -07:00
outputs.tf Set kubeconfig and asset_dist as sensitive 2020-11-23 11:41:55 -08:00
README.md Update Kubernetes from v1.29.3 to v1.30.0 2024-04-23 20:51:54 -07:00
ssh.tf Workaround Terraform v1.1 file provisioner regression 2021-12-28 13:25:23 -08:00
variables.tf Allow CoreDNS and kube-proxy to be optional components 2024-05-12 21:20:27 -07:00
versions.tf Relax the provider version constraint for Google Cloud 2023-10-30 09:05:06 -07:00
workers.tf Remove os_image variable on Google Cloud Fedora CoreOS 2020-06-29 22:57:11 -07:00

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 Google Cloud tutorial.