From 489615d50464192ce15fa40b1277af4833a17407 Mon Sep 17 00:00:00 2001 From: Khue Doan Date: Wed, 21 Jul 2021 00:49:19 +0700 Subject: [PATCH] Add new infra README --- infra/README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 infra/README.md diff --git a/infra/README.md b/infra/README.md new file mode 100644 index 00000000..f4ba286f --- /dev/null +++ b/infra/README.md @@ -0,0 +1,14 @@ +# Infrastructure + +Bare metal servers life cycle management: + +- Automatically discover bare metal servers +- Automatically wipe the disk +- Install Linux on empty machines via the network (using iPXE) + +Kubernetes cluster creation: + +- Create ephemeral management cluster (using Kubernetes in Docker) +- Create target cluster +- Pivot the management plane over to the new cluster +- Remove the ephemeral management cluster