- Utilizing Infrastructure as Code (IaC) https://en.wikipedia.org/wiki/Infrastructure_as_code
Continuously planning, documenting...
graph LR
A(Plan) --> B(Document)
B --> A
classDef circle fill:blue,stroke:#333,stroke-width:2px;
class A,B circle;
...deploying, configuring, monitoring, managing (also tearing down) highly available ICT infrastructure with open source tools.
graph LR
A(Deploy) --> B(Configure)
B --> C(Monitor)
C --> D(Manage)
D --> E(Tear Down)
E --> F(REPEAT!)
F --> A
classDef circle fill:blue,stroke:#333,stroke-width:2px;
class A,B,C,D,E,F circle;
- I'll be going through basic aspects that should be considered when creating homelab ICT infrastructure.
- Documentation of all this will be available later on website currently under development.
- I will also create documentation for website creation process.