VOOZH about

URL: https://thenewstack.io/infrastructure-as-code-goes-low-code-no-code/

⇱ Infrastructure-as-Code Goes Low Code/No 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
2022-07-06 06:00:16
Infrastructure-as-Code Goes Low Code/No Code
DevOps / Frontend Development

Infrastructure-as-Code Goes Low Code/No Code

DuploCloud hopes to disrupt infrastructure-as-code with its low code/no code solution that helps developers deploy in the cloud.
Jul 6th, 2022 6:00am by Loraine Lawson
👁 Featued image for: Infrastructure-as-Code Goes Low Code/No Code
Featured image via Pexels.

The challenge with Infrastructure-as-Code (IaC) is that it can cut across disciplines, requiring security expertise, developer programming skills, and the deployment abilities of IT operations.

“That code doesn’t write itself — you still need [a] tremendous amount of subject matter expertise in terms of operations and security,” said Venkat Thiruvengadam, CEO and founder of DuploCloud. “This idea that developers would just use infrastructure as code and build software, I think it’s starting to hit challenges — because while they know how to do programming, the developers don’t know operations because they’re not IT [operations] people, they don’t know security because they’re not security people.”

Infrastructure-as-Code tools are growing in popularity because they automate and streamline the complexities of deploying in hybrid or multicloud environments, and now in edge computing, said Jay Lyman, an analyst with 451 Research, which is part of S&P Global Market Intelligence.

“That’s a big part of why we see traction for Infrastructure-as-Code and GitOps to where you are providing some consistency across the different environments, across dev test and production,” Lyman said. “Infrastructure-as-Code, if deployed properly, can help you mitigate some of that complexity; you can mitigate configuration, and environment drift.”

The IaC solutions market is relatively mature, said Douglas Reynolds, a software engineer at the CERT Division of Carnegie Mellon University’s Software Engineering Institute, who has studied the market.

“Where you’re gonna see the changes are going to be more towards the orchestrators that are basically running the tools,” Reynolds told The New Stack. “If you pick Ansible, a lot of times it’s an ad hoc run, or there’s a machine running it. Chef, you can run it by logging into the system, manually executing the code. […] So I think the biggest changes that are going to be coming with the orchestrators, that basically provide you a user interface over these tools.”

Thiruvengadam sees a market ripe for disruption. The cross-disciplinary skills required by IaC — someone with security, operations and coding experience — is a niche, Thiruvengadam told The New Stack. The San Jose, Calif.-based DuploCloud targets that need with a low-code/no-code solution.

“The general idea with Duplo cloud is that you can use infrastructure-as-code, but you just have to write a lot less lines of code,” he said. “A lot of people who don’t have all the three skill sets still can operate at the same scale and efficiency, using this technology — that’s fundamentally the core advantage.”

Unlike some solutions, which rely on ready-made modules or libraries, Thiruvengadam said that DuploCloud uses a low code interface to put together the rules for its rules-based engine, which then runs through the rules to produce the output.

The self-hosted single-tenant solution is deployed within the customer’s cloud account. Currently, it supports deployment on Amazon Web Services, Microsoft Azure and Google Cloud, and it can run on-premise as well.

The software runs in a virtual machine, deriving permissions to call the cloud provider via API, using permissions granted to the VM. For example, the documentation notes, in AWS it would be via instance profile, and in Azure, it would be via managed identity.

Configuration drift, system faults, security and compliance controls are monitored continuously by the solution interacting with the cloud provider, DuploCloud noted. The result is that it maintains a high fidelity copy of the configurations, which reduces errors, ensures adherence to compliance standards, and improves security, Thiruvengadam said. The solution also maintains a history of changes, he added.

DuploCloud does not generate Terraform code, but provides a software developer kit into Terraform called the DuploCloud Terraform Provider. This “allows the user to configure the cloud infrastructure using DuploCloud constructs, rather than directly using lower-level cloud provider constructs,” the documentation stated. “This allows the user to get the benefits of IaC while significantly reducing the amount of code that needs to be written. The DuploCloud Terraform Provider calls DuploCloud APIs.

It’s a layer of abstraction that Thiruvengadam acknowledged takes away some of the control of older generation tools, like Puppet and Chef. But he compared it to the loss of control experienced by C and C++ programmers after Java and other higher-level programming languages came along: People worried about memory allocation but in 99% of the use cases, the Java orchestrator handled it without manual intervention.

“It just took some time for people to accept that; and now, nobody talks about allocating memory when they write programming,” he said. “So it’s just about people getting used to it and accepting it.”

TRENDING STORIES
Loraine Lawson is a veteran technology reporter who has covered technology issues from data integration to security for 25 years. Before joining The New Stack, she served as the editor of the banking technology site Bank Automation News. She has...
Read more from Loraine Lawson
SHARE THIS STORY
TRENDING STORIES
AWS and Puppet are sponsors of The New Stack.
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.