Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/cello-proj/cello
- Owner: cello-proj
- License: apache-2.0
- Created: 2021-01-22T21:03:43.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-05T16:51:45.000Z (7 months ago)
- Last Synced: 2024-04-17T22:18:08.352Z (7 months ago)
- Language: Go
- Homepage: https://cello-proj.github.io/cello/
- Size: 1.78 MB
- Stars: 268
- Watchers: 14
- Forks: 37
- Open Issues: 36
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Security: SECURITY.md
- Roadmap: docs/roadmap.md
Awesome Lists containing this project
- awesome-repositories - cello-proj/cello - Run infrastructure as code (IaC) software tools including CDK, Terraform and Cloud Formation via GitOps. (Go)
- awesome-argo - Cello
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)