lingon
compose-generator
lingon | compose-generator | |
---|---|---|
6 | 5 | |
74 | 204 | |
- | 1.0% | |
9.1 | 0.5 | |
about 1 year ago | 12 days ago | |
Go | Go | |
Apache License 2.0 | Apache License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
lingon
-
How would one programmatically formatting Terraform HCL
We built Lingon (https://github.com/volvo-cars/lingon/tree/main/docs/terraform) to generate terraform HCL from Go code. It might be useful or at least a good reference of using the hclwrite package:
-
The Future of Terraform: ClickOps
We have a comparison of the main tools we looked into, for interest: https://github.com/volvo-cars/lingon/blob/main/docs/comparison.md
- Testing terraform code
-
How to parse a Kubernetes YAML in Go?
Shameless plug: We had tons of yaml to convert to Go so we built a library for it, here is an example on how to use it with CRDs https://github.com/volvo-cars/lingon/tree/main/docs/kubernetes/crd. If you are in a rush or it's more of a one-off, you can use this webapp to convert it from yaml to Go https://lingonweb.bisconti.cloud There might be a bit of documentation to read and not all CRDs are currently supported, open an issue if that is the case.
compose-generator
-
Compose Generator - Update 1.3.0
After getting a feature request from a predefined template contributor, Compose Generator now brings a new command for creating a blank predefined service template to start from scratch with a template contribution much faster. The command only works in a development environment and is not included in the production version. Thus, you will have to clone the GitHub repo and build the Compose Generator executable by yourself using the build.bat / build.sh script.
-
Compose Generatorā-āUpdateĀ 1.2.0
Since the beginning, Compose Generator supports generating stacks from configuration files (Example configuration). With this update it supports remote configuration files. Compose Generator will download the config file from the url and parse it directly. You can pass a remote config file the same way as a file on disk, but as an url instead of the filepath: cg --config https://example.com/config.yml
-
Compose Generatorā-āCreate Service Templates
Configuration file (config.json): Holds the metadata for a service template like name, label, questions, volumes, secrets, etc. in JSON format. Example file, json spec
-
Compose Generator ā Deploy Your App in Seconds
Application deployment with Docker and Kubernetes is easier than ever before, but could it even be much faster and much more seamless? This is where Compose Generator comes into play by helping you with common Docker tasks with a command line interface. Article on Medium: https://medium.com/p/d4356d38922d Github Repo: https://github.com/compose-generator/compose-generator
What are some alternatives?
tpm - š ļø A package manager for Terraform providers
iptv-proxy - Reverse proxy on iptv m3u and m3u8 file and xtream codes client api
terracove - Recursively test a directory tree for Terraform diffs and coverage
zmk-viewer - cli tool to generate preview images from a zmk .keymap file
tfupdate - Update version constraints in your Terraform configurations
decompose - Reverse-engineering tool for docker environments
tfk8s - A tool for converting Kubernetes YAML manifests to Terraform HCL
fname - Generate random, human-friendly names.
togomak - A declarative pipeline orchestrator with the magic of HCL as a configuration language, inspired from Terraform's architecture.
ksctl - Simplified Kubernetes Clusters Lifecycle Management (Core)
droplets - Droplets is a platform for Gophers.
yj - CLI - Convert between YAML, TOML, JSON, and HCL. Preserves map order.