From c48b04ea880fe2379f8446a65c1d2341e622e71f Mon Sep 17 00:00:00 2001 From: Dalton Hubble Date: Sun, 19 May 2024 17:10:47 -0700 Subject: [PATCH] Update docs to mention components --- docs/index.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 84f309f47..5ababe581 100644 --- a/docs/index.md +++ b/docs/index.md @@ -19,7 +19,7 @@ Typhoon distributes upstream Kubernetes, architectural conventions, and cluster ## Modules -Typhoon provides a Terraform Module for each supported operating system and platform. +Typhoon provides a Terraform Module for defining a Kubernetes cluster on each supported operating system and platform. Typhoon is available for [Fedora CoreOS](https://getfedora.org/coreos/). @@ -50,6 +50,14 @@ Typhoon is available for [Flatcar Linux](https://www.flatcar-linux.org/releases/ | AWS | Flatcar Linux (ARM64) | [aws/flatcar-linux/kubernetes](advanced/arm64.md) | alpha | | Azure | Flatcar Linux (ARM64) | [azure/flatcar-linux/kubernetes](advanced/arm64.md) | alpha | +Typhoon also provides Terraform Modules for optionally managing individual components applied onto clusters. + +| Name | Terraform Module | Status | +|---------|------------------|--------| +| CoreDNS | [addons/coredns](addons/coredns) | beta | +| Cilium | [addons/cilium](addons/cilium) | beta | +| flannel | [addons/flannel](addons/flannel) | beta | + ## Documentation * Architecture [concepts](architecture/concepts.md) and [operating-systems](architecture/operating-systems.md)