Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kapicorp/generators
Repository for generators to be used with Kapitan
https://github.com/kapicorp/generators
argocd continuous-deployment kubernetes python terraform
Last synced: about 10 hours ago
JSON representation
Repository for generators to be used with Kapitan
- Host: GitHub
- URL: https://github.com/kapicorp/generators
- Owner: kapicorp
- Created: 2020-12-13T12:14:48.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-17T20:41:32.000Z (3 months ago)
- Last Synced: 2024-08-17T21:40:28.237Z (3 months ago)
- Topics: argocd, continuous-deployment, kubernetes, python, terraform
- Language: Python
- Homepage: https://generators.kapitan.dev
- Size: 2.12 MB
- Stars: 4
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# **`Kapitan`** **Generators**
This repository contains the current efforts in creating **`Kapitan`** **Generators**.
These are meant to be used as part of the **`Kapitan`** project and not on their own.
Please see or to get started.## What are **Generators**
As explained in the blog post [Keep your ship together with Kapitan](https://medium.com/kapitan-blog/keep-your-ship-together-with-kapitan-d82d441cc3e7), (**`Kapitan`**) generators are a
powerful idea to simplify the management your configuration setup.Think of them as universal templates that you can use to quickly create configurations (for instance, Kubernetes resources) through a domain-specific configuration.
For example, the configuration:
```yaml
parameters:
components:
nginx:
image: nginx
```Instructs the "***Kubernetes Generator***" to create a `Deployment` Kubernetes resource for nginx. The configuration can be extended to include Secrets, ConfigMaps, Services, env variables, ports and more.
The same configuration can be used by a "***Documentation Generator***" to create an `nginx.md` file with a description of the configuration to be consumed as documentation.
## **Kapicorp Generators**
| Name | Description | Documentation |
|--------------------------------|--------------------------------|---------------------------------------------|
| [documentation](documentation) | Documentation generator | [Documentation](documentation/README.md) |
| [kubernetes](kubernetes) | Kubernetes resources generator | [Documentation](kubernetes/README.md) |
| [terraform](terraform) | Terraform generator | |