Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cello-proj/cello

Run infrastructure as code (IaC) software tools including CDK, Terraform and Cloud Formation via GitOps.
https://github.com/cello-proj/cello

Last synced: 7 days ago
JSON representation

Run infrastructure as code (IaC) software tools including CDK, Terraform and Cloud Formation via GitOps.

Awesome Lists containing this project

README

        

**Cello is Alpha on a good day, please only use as appropriate!!!**

[![build](https://github.com/cello-proj/cello/actions/workflows/build.yaml/badge.svg)](https://github.com/cello-proj/cello/actions/workflows/build.yaml)

# What Is Cello?

Cello is a service for running infrastructure as code software tools
including CDK, Terraform and CloudFormation via GitOps.

- Separate build and deployment
- Isolate cloud credentials
- Separate access by project and targets

# Why Cello?

- GitOps operating model
- Multi cloud support (AWS, GCP, etc.)
- Multi framework support (CDK, Terraform, etc)
- Pluggable components (Workflows, Frameworks, Credentials Providers, etc)
- Temporary, timebound, limited access credentials across mulitiple tenants

# Documentation

- [Get Started Here](/docs/quickstart.md)
- [Architecture](/docs/architecture.md)
- [API](/docs/developers/api.md)
- [Development Setup](/docs/developers/development-env.md)