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,7 +33,7 @@
- Subjective monitoring - Subjective monitoring
## Infrastructure as Code ## Infrastructure as Code
Include infrastructure scripts in agile process! **Include infrastructure scripts in agile process!**
- Hardware provisioning with scripts - Hardware provisioning with scripts
- In contrast to: physically unboxing and plugging - In contrast to: physically unboxing and plugging
@ -41,3 +41,25 @@ Include infrastructure scripts in agile process!
- In contrast to: clicking through setup wizards - In contrast to: clicking through setup wizards
- Configuration with scripts - 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