Roadmap to becoming a developer in 2022
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Archit Sharma c984691429
Resources added for LXC Container (#1448)
3 years ago
..
100-service-mesh Adds interactivity to DevOps roadmap (#1375) 3 years ago
102-configuration-management Add ansible resource 3 years ago
103-infrastructure-provisioning Add AWS CDK resources 3 years ago
100-docker.md Resources added for Docker (#1417) 3 years ago
101-containers.md Add content for containers 3 years ago
101-lxc.md Resources added for LXC Container (#1448) 3 years ago
104-docker-swarm.md Adds interactivity to DevOps roadmap (#1375) 3 years ago
104-kubernetes.md Add kubernetes resources 3 years ago
104-mesos.md Adds interactivity to DevOps roadmap (#1375) 3 years ago
104-nomad.md add: Nomad description (#1431) 3 years ago
readme.md Fix typo 3 years ago

readme.md

Infrastructure as Code

Sometimes referred to as IaC, this section refers to the techniques and tools used to define infrastructure, typically in a markup language like YAML or JSON. Infrastructure as code allows DevOps Engineers to use the same workflows used by software developers to version, roll back, and otherwise manage changes.

The term Infrastructure as Code encompasses everything from bootstrapping to configuration to orchestration, and it is considered a best practice in the industry to manage all infrastructure as code. This technique precipitated the explosion in system complexity seen in modern DevOps organizations.

Free Content What is Infrastructure as Code? What is Infrastructure as Code? Difference of Infrastructure as Code Tools