top | item 45042412

(no title)

AOE9 | 6 months ago

When you say 'digital twins of the infrastructure' you mean another deployed instance? So if they'd just made a preview environment created upon a pull request they'd have just got the same speed up.

> It handles all the audit trails, review, state, etc for you under the hood.

So there is no more IaC SI now manages everything?

discuss

order

holoway|6 months ago

Nope - I mean we make a 1:1 model of the real resource, and then let you propose changes to that data model. Rather than thinking of it like code in a file, think of it like having a live database that does bi-directional sync. The speedup in validating the change happens because we can run it on the data model, rather than on 'real' infrastructure.

Then we track the changes you make to that hypothetical model, and when you like it, apply the specific actions needed to make the real infrastructure conform. All the policy checking, pipeline processing, state file management, etc. is all streamlined.

AOE9|6 months ago

Ah okay thank you for clarifying!

Personally not my thing, I'd rather be testing on real infrastructure rather than a simulation.

stackskipton|6 months ago

So you recreated Terraform/OpenToFu state?

holoway|6 months ago

And yes, there is no more IaC under the hood.

However! Folks with big IaC deployments can still use all the discovery and troubleshooting goodness, and then make the change however they want. System Initiative is fine either way.

AOE9|6 months ago

Personally moving away from IaC is a big yikes, for something so critical to my company no way would I let myself be locked into your product. I have already been bitten before when a developer productivity startup fails/pivots(as they often seem to do).

esseph|6 months ago

No, not another deployed instance.