-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathllms.txt
More file actions
53 lines (39 loc) · 2.21 KB
/
Copy pathllms.txt
File metadata and controls
53 lines (39 loc) · 2.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# cndi
> CNDI is a framework for deploying cloud-native applications that integrates ArgoCD, Terraform, and more, to enable a seamless end-to-end GitOps workflow with interactive Template-based setup.
Use interactive pre-built Templates to deploy applications like
[Airflow](https://airflow.apache.org), [Kafka](https://strimzi.io), and
[Postgres](https://cloudnative-pg.io), to your own infrastructure, on
[AWS](https://aws.com), [GCP](https://cloud.google.com),
[Azure](https://azure.com), or your local machine. You can even create custom
Templates to automate cluster creation for your team.
## Documentation
- [CNDI README.md](https://github.com/polyseam/cndi/blob/main/README.md): The
core README for the project with links to detailed guides.
## JSON Schema
- [cndi_config.schema.json](https://raw.githubusercontent.com/polyseam/cndi/main/src/schemas/cndi_config.schema.json):
The JSON-Schema for CNDI's configuration file, `cndi_config.yaml`.
- [cndi_template.schema.json](https://raw.githubusercontent.com/polyseam/cndi/main/src/schemas/cndi_template.schema.json):
The JSON-Schema for the CNDI Template Syntax which enables configuring and
templating CNDI projects interactively.
## Web Pages
- [CNDI Website](https://cndi.dev): Official website with project overview and
useful info.
- [CNDI Blog](https://cndi.dev/blog): Blogs about the project and related topics
by the CNDI team.
## Tools
- [CNDI Templates](https://cndi.dev/templates): Browse verified Templates for a
variety of services.
- [CNDI Configurator](https://cndi.dev/configurator): Experiment with CNDI
Templates directly in your browser.
## Project Links
- [CNDI GitHub Repo](https://github.com/polyseam/cndi): The main repository for
the project.
- [Latest Release](https://github.com/polyseam/cndi/releases/latest): The latest
release of the CNDI CLI.
- [Pre-built Templates](https://github.com/polyseam/cndi/blob/main/templates):
Official templates built by the CNDI Team.
- [Discord](https://cndi.run/di?utm_content=llms.txt): Join the CNDI Discord
server to chat with the community.
## Optional
- [More Documentation](https://github.com/polyseam/cndi/blob/main/docs):
Additional documentation for the project, including guides and walkthroughs.