Skip to content

Commit

Permalink
content update
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabien Bloume committed Jul 15, 2023
1 parent 74b2f24 commit d789b56
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 7 deletions.
14 changes: 12 additions & 2 deletions docs/Engineering/ConfigurationManagement.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Configuration Management
## Summary

- Used for virtual machine OS-level configuration
- Example: Configuring the internals of the VMs
- Referring to package configuration & software maintenance
- Ex: Configuring the internals of the VMs
- Referring to package configuration & software maintenance
## Tools

- Puppet *(might be covered here later on)*
- Ansible
- Chef

## OS Hardening

- [OVH Debian CIS OS Hardening helper](https://github.com/ovh/debian-cis/tree/master)
3 changes: 2 additions & 1 deletion docs/Engineering/DRP.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@

- [C4 Model for software engineering](https://c4model.com)
- [GCP Architecture diagram](https://googlecloudcheatsheet.withgoogle.com/architecture)
- [GCP DRP guide](https://cloud.google.com/architecture/dr-scenarios-planning-guide)
- [GCP DRP guide](https://cloud.google.com/architecture/dr-scenarios-planning-guide)
- [Architecting disaster recovery for cloud infrastructure outages](https://cloud.google.com/architecture/disaster-recovery)
9 changes: 5 additions & 4 deletions docs/Engineering/IaC.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Infrastructure as Code

## Summary
- Used for provisioning and managing cloud resources
- Example : Creating and provisioning a VM
- Ex : Creating and provisioning a VM
- Referring to all APIs used to deploy infrastructure

- Declarative statements : the yaml configuration is a picture of the desired stage. Unlike CLI commands which are imperative and tells what to do : We can focus on how the infrastructure should be.

Popular solution : Hashicorp Terraform, which is multi API / multi-cloud with an open-source core.
## Tools

- [Hashicorp Terraform](https://www.terraform.io/), which is multi API / multi-cloud with an open-source core.

0 comments on commit d789b56

Please sign in to comment.