From b0fe9ba988fc6c81df1addecd5e4651ee13e0f08 Mon Sep 17 00:00:00 2001 From: bsctl Date: Mon, 12 Aug 2024 13:47:30 +0200 Subject: [PATCH] feat(docs): document how to deploy on aws --- docs/content/guides/kamaji-aws-deployment.md | 12 ++++++++++++ docs/mkdocs.yml | 1 + 2 files changed, 13 insertions(+) create mode 100644 docs/content/guides/kamaji-aws-deployment.md diff --git a/docs/content/guides/kamaji-aws-deployment.md b/docs/content/guides/kamaji-aws-deployment.md new file mode 100644 index 00000000..ef57073f --- /dev/null +++ b/docs/content/guides/kamaji-aws-deployment.md @@ -0,0 +1,12 @@ +# Setup Kamaji on AWS +This guide will lead you through the process of creating a working Kamaji setup on on AWS. + +!!! warning "" + The material here is relatively dense. We strongly encourage you to dedicate time to walk through these instructions, with a mind to learning. We do NOT provide any "one-click" deployment here. However, once you've understood the components involved it is encouraged that you build suitable, auditable GitOps deployment processes around your final infrastructure. + +The guide requires: + +- a bootstrap machine +- an EKS Kubernetes cluster as the Management cluster +- an arbitrary number of AWS machines to host `Tenant`s' workloads + diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 66aa8769..d6193af6 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -60,6 +60,7 @@ nav: - 'Guides': - guides/index.md - guides/kamaji-azure-deployment.md + - guides/kamaji-aws-deployment.md - guides/alternative-datastore.md - guides/kamaji-gitops-flux.md - guides/upgrade.md