https://github.com/nikhiljha/lucid
A (mostly) sane way to sync arbitrarily defined infrastructure (Python or YAML) to Kubernetes.
https://github.com/nikhiljha/lucid
Last synced: 2 months ago
JSON representation
A (mostly) sane way to sync arbitrarily defined infrastructure (Python or YAML) to Kubernetes.
- Host: GitHub
- URL: https://github.com/nikhiljha/lucid
- Owner: nikhiljha
- License: other
- Created: 2020-11-12T00:37:26.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-15T21:17:41.000Z (over 4 years ago)
- Last Synced: 2025-01-24T07:30:56.240Z (4 months ago)
- Language: Python
- Size: 21.5 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lucid
A (mostly) sane way to sync arbitrarily defined infrastructure (Python or YAML) to Kubernetes.
## Bootstrapping
Assuming you're starting from no existing infrastructure, here are the general steps.
1. deploy a Kubernetes cluster (exercise left to the reader)
2. create an `input` git repository (this one), and an `output` git repository
3. define your infrastructure in `core/` and `apps/`
4. define the deployment pipelines in `infra/`
5. build the entire repository and manually apply it
- if you have circular dependencies you're on your own