vault backup: 2023-09-24 12:42:33
This commit is contained in:
parent
b913dbbdc5
commit
e65a0b5678
1 changed files with 24 additions and 2 deletions
|
@ -33,11 +33,33 @@
|
||||||
- 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
|
||||||
- Software provisioning with scripts
|
- Software provisioning with scripts
|
||||||
- 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
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue