vault backup: 2023-09-24 12:42:33

This commit is contained in:
Alice 2023-09-24 12:42:33 +01:00
parent b913dbbdc5
commit e65a0b5678

View file

@ -33,11 +33,33 @@
- Subjective monitoring
## Infrastructure as Code
Include infrastructure scripts in agile process!
**Include infrastructure scripts in agile process!**
- Hardware provisioning with scripts
- In contrast to: physically unboxing and plugging
- Software provisioning with scripts
- In contrast to: clicking through setup wizards
- Configuration with scripts
- In contrast to: clicking through control panels
- In contrast to: clicking through control panels
## DevOps
**Supports fast, frequent, small changes!**
- Development and deployment are self-documenting and versioned
- Deployment is reproducible and repeatable
- Servers are disposable and consistent
## Roadmap
- Distributed systems architectures & deployment
- Common distribution patterns
- Reliability and scalability
- Automatic provision and configuration
- Cloud computing
- Services and abstractions
- Infrastructure management (virtualization, storage, ...)
- Monitoring and evaluation
- Monitoring frameworks and metrics
- Benchmarking