Correct architecture docs

This commit is contained in:
Khue Doan 2021-02-12 16:38:12 +07:00
parent daf1436fdf
commit 07bf9a767b

View File

@ -2,21 +2,21 @@
Work in progress Work in progress
## Hardware setup ## Hardware
![Hardware](https://user-images.githubusercontent.com/27996771/98970963-25137200-2543-11eb-8f2d-f9a2d45756ef.JPG) ![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 - CPU: Intel Core i5-6600T
- RAM: 16GB - RAM: 16GB
- SSD: 128GB - SSD: 128GB
- Switch TP-Link TL-SG108 - TP-Link TL-SG108 switch
## Architecture ## Architecture
| Layer | Name | Description | Provisioner | | Layer | Name | Description | Provisioner |
|-------|------------------------|---------------------------------------------|---------------------| |-------|------------------------|---------------------------------------------|---------------------|
| 0 | [metal](./metal) | bare metal PXE boot, etcd, docker, lxd, | Ansible, PXE server | | 0 | [metal](./metal) | Bare metal OS installation, Docker, tfstate | Ansible, PXE server |
| 1 | [infra](./infra) | Cloud-like infrastructure, based on KVM/LXC | Terraform | | 1 | [infra](./infra) | Kubernetes cluster | Terraform |
| 2 | [platform](./platform) | kubernetes, vault, git, ci/cd... | Helm | | 2 | [platform](./platform) | Vault, Git, Argo,... | Helm |
| 3 | [apps](./apps) | Plex, PeerTube, Nextcloud... | ArgoCD | | 3 | [apps](./apps) | | ArgoCD |