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.
- Host: GitHub
- URL: https://github.com/kanutocd/cdc-k8s
- Owner: kanutocd
- License: mit
- Created: 2026-06-28T16:01:40.000Z (25 days ago)
- Default Branch: main
- Last Pushed: 2026-06-28T18:54:47.000Z (25 days ago)
- Last Synced: 2026-07-20T23:37:25.442Z (3 days ago)
- Topics: backpressure, cdc, change-data-capture, cloud-native, distributed-systems, event-driven, helm, high-availability, keda, kubernetes, platform-engineering, postgresql, prometheus, ruby, scalability
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/