Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/grucloud/grucloud
Generate code and diagrams from cloud infrastructures: AWS, Azure, GCP, Kubernetes
https://github.com/grucloud/grucloud
aws azure devops gcp google-cloud infrastructure kubernetes
Last synced: about 1 month ago
JSON representation
Generate code and diagrams from cloud infrastructures: AWS, Azure, GCP, Kubernetes
- Host: GitHub
- URL: https://github.com/grucloud/grucloud
- Owner: grucloud
- License: gpl-3.0
- Created: 2020-10-02T14:34:51.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-09-10T01:59:59.000Z (2 months ago)
- Last Synced: 2024-10-10T14:14:17.443Z (about 1 month ago)
- Topics: aws, azure, devops, gcp, google-cloud, infrastructure, kubernetes
- Language: JavaScript
- Homepage: https://www.grucloud.com
- Size: 130 MB
- Stars: 115
- Watchers: 7
- Forks: 15
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
![GruCloud](./docusaurus/static/img/grucloud-logo.png "GruCloud")
**GruCloud** is a low/no-code infrastructure as a code tool.
It can generate code from live infrastructure, and deploy resources to the cloud from code.
Benefit from infrastructure as code without the hassle of manually authoring the infrastructure description.# Getting Started
- [AWS](./docusaurus/docs/aws/AwsGettingStarted.md)
- [Google Cloud](./docusaurus/docs/google/GoogleGettingStarted.md)
- [Microsoft Azure](./docusaurus/docs/azure/AzureGettingStarted.md)
- [Kubernetes](./docusaurus/docs/k8s/K8sGettingStarted.md)# Workflow
![gc-workflow.svg](https://raw.githubusercontent.com/grucloud/grucloud/main/docusaurus/plantuml/gc-workflow.svg)
# Providers
- [AWS](./packages/providers/aws/README.md)
- [GCP](./packages/providers/google/README.md)
- [Azure](./packages/providers/azure/README.md)
- [Kubernetes](./packages/providers/k8s/README.md)