Best of IaC — 2022
- 1
- 2
GitGuardian·3y
Infrastructure as Code Security [Security Zines]
IaC allows organizations to define and manage their infrastructure using code, rather than manually configuring resources. This can greatly improve efficiency, automation, and consistency in managing infrastructure. It also introduces new security risks if not properly implemented and managed. This article looks at how we can keep our infrastructure as code secure.
- 3
Medium·3y
Deployment is harder than coding
The work that goes into deployment is just as hard, if not harder, than writing the code. The pipelines, integration checks, and failover mechanisms are a huge part of the application. DevOps engineers are the kindest, calmest, and most easy-going among all of us.
- 4
Spacelift·4y
5 Most Useful CI/CD Tools for DevOps (Popular Options List)
Azure DevOps by Microsoft is an all-in-one CI/CD platform that features entire software delivery in one place. Azure Test Plans offer a great set of If the compilation steps are required, they are specified as well. A successfully built image can therefore be run on any machine that hosts a Docker engine. The Docker engine also takes care of the resource management for each container.
- 5
DZone·4y
The Best Infrastructure as Code Tools for 2022
IaC allows administrators to automatically provisioning IT infrastructure and maintaining the infrastructure always at the desired state. It also allows developers to instantly deploy test environments to check out new features of apps while testers can run scripts on replicas of production environments. The code handles everything, every change is tracked and audited.
- 6
DEV·3y
Using Terraform To Manage Infrastructure Resources
Terraform is an open-source tool for building, modifying, and versioning infrastructure safely and effectively. Terraform uses a configuration file to describe the infrastructure you want to create. Terraform provides a way for developers to avoid using manual scripts, which can be error-prone and difficult to maintain.
- 7
GitLab·3y
Top 10 technical articles of 2022
With 2022 coming to a close, we wanted to ensure everyone gets one more chance to explore our top 10 technical blog posts of the year. The ultimate to GitLab 10 will get the most of choosing the right pipelines for the job. How to troubleshoot a GitLab pipeline failure is more frustrating than that red X.
- 8
- 9
Semaphore·4y
A Developer’s Guide to Terraform
Terraform is a platform-agnostic tool that defines infrastructure in human-readable code. Terraform code describes the end state of the infrastructure after creation or change, not the instructions for making the change. The provider turns the declarative code into imperative instructions.