From 07bf9a767b48a63356a9f177c440b572b4e1d868 Mon Sep 17 00:00:00 2001 From: Khue Doan Date: Fri, 12 Feb 2021 16:38:12 +0700 Subject: [PATCH] Correct architecture docs --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 15ee2af8..6d8091fb 100644 --- a/README.md +++ b/README.md @@ -2,21 +2,21 @@ Work in progress -## Hardware setup +## Hardware ![Hardware](https://user-images.githubusercontent.com/27996771/98970963-25137200-2543-11eb-8f2d-f9a2d45756ef.JPG) -- 4 nodes of NEC SFF PC (Japanese version of the Thinkcentre M700) +- 4 nodes of NEC SFF PC (Japanese version of the ThinkCentre M700) - CPU: Intel Core i5-6600T - RAM: 16GB - SSD: 128GB -- Switch TP-Link TL-SG108 +- TP-Link TL-SG108 switch ## Architecture | Layer | Name | Description | Provisioner | |-------|------------------------|---------------------------------------------|---------------------| -| 0 | [metal](./metal) | bare metal PXE boot, etcd, docker, lxd, | Ansible, PXE server | -| 1 | [infra](./infra) | Cloud-like infrastructure, based on KVM/LXC | Terraform | -| 2 | [platform](./platform) | kubernetes, vault, git, ci/cd... | Helm | -| 3 | [apps](./apps) | Plex, PeerTube, Nextcloud... | ArgoCD | +| 0 | [metal](./metal) | Bare metal OS installation, Docker, tfstate | Ansible, PXE server | +| 1 | [infra](./infra) | Kubernetes cluster | Terraform | +| 2 | [platform](./platform) | Vault, Git, Argo,... | Helm | +| 3 | [apps](./apps) | | ArgoCD |