From ae7eadb45f3937ac3b7592ca24094c0f3621e086 Mon Sep 17 00:00:00 2001 From: Archisman-Mridha Date: Wed, 16 Oct 2024 20:01:26 +0530 Subject: [PATCH] Linking to KubeAid demo (Part 1) blog in KubeAid Signed-off-by: Archisman-Mridha --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 7501022..fc43764 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,13 @@ # KubeAid Bootstrap Script +The `KubeAid Bootstrap Script` is used to bootstrap Kubernetes clusters using Cluster API and [KubeAid](https://github.com/Obmondo/KubeAid). + +> Currently it only supports bootstrapping self-managed clusters in AWS. + +## Official Guides + +- [Bootstrapping a self-managed cluster in AWS](https://github.com/Obmondo/KubeAid/blob/master/docs/aws/capi/cluster.md) + ## Developer Guide > Make sure, you've Docker installed in your system.