Add new infra README

This commit is contained in:
Khue Doan 2021-07-21 00:49:19 +07:00
parent 0b50ac103a
commit 489615d504
No known key found for this signature in database
GPG Key ID: 4C1A90A461B3C27B

14
infra/README.md Normal file
View File

@ -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