From e65a0b56785a0897267ff74b4de523e6f70513e7 Mon Sep 17 00:00:00 2001 From: Alice Date: Sun, 24 Sep 2023 12:42:33 +0100 Subject: [PATCH] vault backup: 2023-09-24 12:42:33 --- content/ASCN/T - Aula 1.md | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/content/ASCN/T - Aula 1.md b/content/ASCN/T - Aula 1.md index 9264f2e..6912651 100644 --- a/content/ASCN/T - Aula 1.md +++ b/content/ASCN/T - Aula 1.md @@ -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 \ No newline at end of file + - 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 + +