Lynq - Turn database rows into running Kubernetes apps
by•
Lynq is an open-source Kubernetes operator that turns your database into the source of truth for infrastructure.
Every active row becomes a fully provisioned, continuously reconciled stack.
add a row to deploy, deactivate it to clean up. Apache 2.0.

Replies
RiteKit Company Logo API
@selenehyun Making the database the source of truth for infrastructure — every active row becomes a provisioned, continuously reconciled stack, add a row to deploy and deactivate to tear down — is a genuinely clean mental model, and open-sourcing the operator is the right trust move for this crowd.
An operator is hard to show in stills, and you launched without a demo — so I made you one, free and whitelabel, no strings:
https://foxplug.com/v/ss-lynq-your-database-becomes-t-db439595
Yours to keep: download it from that page, upload it to your own YouTube so it's yours, then add it to your PH media — and reuse it anywhere you launch. Launches with a video do better, and yours is still editable. Made at https://foxplug.com/?utm_source=producthunt&utm_medium=comment — make more there, or record your own product tour in ~2 minutes. Anyone else launching soon: paste your site, video in about 30 seconds. Great work shipping this.
The database-as-source-of-truth idea is so obvious in hindsight and im surprised more teams arent doing this. Reconcile loop against SQL rows feels way cleaner than juggling a pile of CRDs.
@demet44834 Thank you so much! I really appreciate you taking the time to share this.
That was exactly the motivation behind Lynq. As a solo developer, I wanted to keep the simplicity and reliability of the Kubernetes reconciliation pattern without introducing lots of CRDs for application state. Using a SQL database as the source of truth felt like a much more natural fit.
Your comment is really encouraging. Thanks again!
Finally, a Kubernetes operator that doesn't make me babysit deployments. Loved watching a row flip and seeing the full stack reconcile itself without a single manual apply.
Database-as-config approach is super clean, made a test deployment in minutes just by inserting a row. Reconciliation loop feels solid and the open source license is a nice touch.