VOOZH about

URL: https://thenewstack.io/how-we-evolved-from-iac-to-environments-as-code/

⇱ How We Evolved from IaC to Environments as Code - The New Stack


TNS
SUBSCRIBE
Join our community of software engineering leaders and aspirational developers. Always stay in-the-know by getting the most important news and exclusive content delivered fresh to your inbox to learn more about at-scale software development.
REQUIRED
It seems that you've previously unsubscribed from our newsletter in the past. Click the button below to open the re-subscribe form in a new tab. When you're done, simply close that tab and continue with this form to complete your subscription.
The New Stack does not sell your information or share it with unaffiliated third parties. By continuing, you agree to our Terms of Use and Privacy Policy.
Welcome and thank you for joining The New Stack community!
Please answer a few simple questions to help us deliver the news and resources you are interested in.
REQUIRED
REQUIRED
REQUIRED
REQUIRED
REQUIRED
Great to meet you!
Tell us a bit about your job so we can cover the topics you find most relevant.
REQUIRED
REQUIRED
REQUIRED
REQUIRED
REQUIRED
Welcome!

We’re so glad you’re here. You can expect all the best TNS content to arrive Monday through Friday to keep you on top of the news and at the top of your game.

What’s next?

Check your inbox for a confirmation email where you can adjust your preferences and even join additional groups.

Follow TNS on your favorite social media networks.

Become a TNS follower on LinkedIn.

Check out the latest featured and trending stories while you wait for your first TNS newsletter.

PREV
1 of 2
NEXT
VOXPOP
As a JavaScript developer, what non-React tools do you use most often?
Angular
0%
Astro
0%
Svelte
0%
Vue.js
0%
Other
0%
I only use React
0%
I don't use JavaScript
0%
Thanks for your opinion! Subscribe below to get the final results, published exclusively in our TNS Update newsletter:
NEW! Try Stackie AI
From clobbered drafts to real-time sync
Apr 14th 2026 10:00am, by David Moore
TypeScript 6.0 RC arrives as a bridge to a faster future
Mar 14th 2026 9:00am, by Darryl K. Taft
Mastra empowers web devs to build AI agents in TypeScript
Jan 28th 2026 11:00am, by Loraine Lawson
2024-02-02 08:58:08
How We Evolved from IaC to Environments as Code
sponsor-quali,sponsored-post-contributed,
Infrastructure as Code / Software Development

How We Evolved from IaC to Environments as Code

Using GitOps methods to launch environments brings consistency, version control, speed and other advantages to development teams.
Feb 2nd, 2024 8:58am by Edan Evantal
👁 Featued image for: How We Evolved from IaC to Environments as Code
Featured image by Victor Marques on Unsplash.
Quali sponsored this post.

In the years I’ve spent building our platform — and working with other DevOps and platform engineers that our product supports — I’ve seen firsthand how the evolution of application infrastructure is breaking the automation it is intended to deliver.

Infrastructure as Code (IaC) tools are invaluable for defining and automating the delivery of cloud services. When a dev team’s needs expand beyond that scope, the automation often breaks down.

This happens for two reasons:

  • IaC tools were designed for velocity and automation, not as the source of truth for environments. Large teams can struggle to leverage infrastructure at scale and understand how code changes might disrupt application performance.
  • IaC tools don’t play nicely together. Applications increasingly rely on complex infrastructure defined in various technologies, necessitating manual orchestration to reconcile the nuances of the tools.

Developers face a gap between infrastructure automation capabilities and the realities of an application’s needs. The result is diminishing velocity and increased risk of unmanaged or misconfigured infrastructure.

We asked what we could do to bridge that gap, and that led us to a simple question:

What if you could simply launch all environments as code, regardless of the scope of the infrastructure or the IaC tools used to define it?

Defining Environments as Code in Git

To define environments as code, we first needed to define everything a developer needs to launch an environment, in a format that is simultaneously easy for DevOps to understand and machine-readable for automation.

Using our Torque platform, we connected to a Git repository, discovered the IaC modules defined within it and wrapped the resource configurations in a new YAML that was autogenerated by the platform.

From there, we could modify any YAML code to include the infrastructure components, parameters, dependencies, metadata, authentication and outputs the environment will generate upon launch.

This YAML snippet is an example:

This contains a single definition of all the essential metadata for an environment in a structured format.

Put simply, we leveraged our existing infrastructure code to define an environment as code.

Using GitOps to Launch App Environments

To answer our customers’ needs, we needed to operationalize this definition.

Our initial answer was to rely on our self-service portal. When administrators in our platform create one of these YAML files, which we call a “blueprint” for an environment, they can choose to “publish” it. This adds the environment to a self-service catalog in the platform, where those with end-user permissions can launch the environment on demand. For those who integrate environments into developer tools, CI/CD or internal developer portals, publishing a new blueprint makes it accessible through those tools as well.

In order to support teams that embrace GitOps, we needed to integrate published blueprints into the day-to-day workflow.

By storing this new YAML file in the original repository where we discovered the IaC modules, we made the environment definition accessible in a GitOps motion. In effect, we “published” the environment definition for the users with access to that repository.

Now developers can launch the complete environment with a single command.

This approach provides several additional advantages:

  • Version control: Just like application code, environments can be versioned, ensuring that every change is tracked and can be rolled back if necessary.
  • Consistency: Leveraging this definition provisions environments consistently every time, eliminating the “it works on my machine” problem.
  • Speed: Developers can provision environments by simply committing code — a motion they are familiar with — so they can respond to development, testing or production needs quickly and without requiring help from other teams.
  • Collaboration and governance: Creating a shared definition of an environment establishes a basis for collaboration that isn’t as easy with IaC alone.
  • Operational efficiency: Automating the provisioning process means less redundant manual work (and burnout) for DevOps engineers and more capacity to take on more valuable tasks.

In platform engineering, every second counts and every resource matters. As infrastructure becomes more complex, managing environments as code is the next step in maturity for modern DevOps organizations.

Quali’s platforms help enterprise technology and engineering teams understand cloud resource utilization, improve developer productivity, and enforce cloud governance standards to optimize the continuous delivery of software at scale.
Learn More
The latest from Quali
TRENDING STORIES
Edan Evantal, CTO of Quali, is responsible for all product engineering for Quali’s infrastructure automation and environment deliver platforms. Prior to joining Quali, Edan served in engineering management roles at Matrix IT and Sibam, Ltd. He has over 18 years...
Read more from Edan Evantal
Quali sponsored this post.
SHARE THIS STORY
TRENDING STORIES
SHARE THIS STORY
TRENDING STORIES
TNS DAILY NEWSLETTER Receive a free roundup of the most recent TNS articles in your inbox each day.
The New Stack does not sell your information or share it with unaffiliated third parties. By continuing, you agree to our Terms of Use and Privacy Policy.