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