D10S0VSkY-OSS / Stack-Lifecycle-Deployment

OpenSource self-service infrastructure solution that defines and manages the complete lifecycle of resources used and provisioned into a cloud! It is a terraform UI with rest api for terraform and OpenTofu automation
MIT License
228 stars 34 forks source link

How's SLD compare to gaia-app.io? #149

Open deltacodepl opened 1 year ago

deltacodepl commented 1 year ago

@D10S0VSkY-OSS Hi, Thanks for sharing so interesting project, did you know there is a similar solution for running Terraform? Maybe you can tell us how's SLD different from https://gaia-app.io?

D10S0VSkY-OSS commented 1 year ago

Ho @deltacodepl , Both applications aim to cover the same drawback that terraform does not provide out of the box. But SLD does it with a different approach intended for large-scale use. Its own architecture is horizontally scalable and decoupled by a message broker which ensures that the task gets done. to execute. On the other hand, we use Python thinking about the infrastructure manager since the learning curve is very short with respect to java. In SLD the terraform is the first class citizen, SLD infers the variables and generates a defined dynamic form in the variables.tf and abstracts from managing the remote backend, workspaces to the user. But what is really important is that both apps are OpenSource and with their pros and cons the intention is to help, share and learn from feedback. Regards,

dehengxupix commented 10 months ago

SLD is more better than gaia