An open API service indexing awesome lists of open source software.

https://github.com/kanutocd/cdc-k8s

Kubernetes adapter, Helm charts, KEDA templates, and operational defaults for Ruby CDC workloads.
https://github.com/kanutocd/cdc-k8s

backpressure cdc change-data-capture cloud-native distributed-systems event-driven helm high-availability keda kubernetes platform-engineering postgresql prometheus ruby scalability

Last synced: 3 days ago
JSON representation

Kubernetes adapter, Helm charts, KEDA templates, and operational defaults for Ruby CDC workloads.

Awesome Lists containing this project

README

          

# cdc-k8s

Infrastructure and platform engineering repository for the Ruby CDC Ecosystem.

`cdc-k8s` centralizes the shared artifacts used to build, test, package, release, deploy, observe, and operate `cdc-*` projects.

It includes Helm charts, Kubernetes manifests, KEDA examples, Prometheus assets, reusable GitHub Actions workflows, project templates, engineering standards, release conventions, Docker assets, and reference deployments.

It is not a Ruby gem and does not process CDC events.

## Structure sample

cdc-k8s/
├── README.md
├── VISION.md
├── ARCHITECTURE.md
├── ADRS.md

├── docs/
│ ├── HELM.md
│ ├── KEDA.md
│ ├── GITHUB_ACTIONS.md
│ ├── TEMPLATES.md
│ ├── STANDARDS.md
│ ├── RELEASES.md
│ ├── CONTAINERS.md
│ ├── OBSERVABILITY.md
│ └── ROADMAP.md

├── charts/
├── manifests/
├── workflows/
├── templates/
├── standards/
├── examples/
├── dashboards/
├── docker/
└── scripts/