Why is a lake name stored in code versus a database?
- Posts
- 30
- Comments
- 157
- Joined
- 3 yr. ago
- Posts
- 30
- Comments
- 157
- Joined
- 3 yr. ago
Programming @programming.dev Bug blindness
Selfhosted @lemmy.world Birdnet-go: Self-hosted realtime soundscape analyser for birds, bats and other wildlife
- JumpDeleted
Permanently Deleted
Forgejo @programming.dev Better Forgejo Action Runners config
Programming @programming.dev Building a Procedural Hex Map with Wave Function Collapse
Linux @programming.dev Who Writes the Bugs? A Deeper Look at 125,000 Linux Kernel Vulnerabilities
Programming @programming.dev SBOM - Sandwich Bill of Materials
Programming @programming.dev Worst of Breed software
Programming @programming.dev Logging Sucks - A review of challenges with logging
Linux @programming.dev Low FPS in Firefox on one monitor
Programming @programming.dev Your data model is your destiny
homeassistant @lemmy.world Nabu Casa - Ending production of Home Assistant Yellow
Programming @programming.dev Docker/OCI Image Registry Explorer - Explore OCI images using a web page
Programming @programming.dev You Don't Need Animations - Purposeful Animations
Linux @programming.dev Comparison of video game performance of Windows 11 vs SteamOS/Linux on the Lenovo Legion Go S
Technology @lemmy.world Deep Dive on Google's TPU (Tensor Processing Unit)
Programming @programming.dev How GitLab decreased repo backup times from 48 hours to 41 minutes with a fix to Git
Programming @programming.dev GitHub is introducing rate limits for unauthenticated pulls, API calls, and web access
Programming @programming.dev Parsing CSV at 21 GB/s Using SIMD on AMD 9950X in .net
Programming @programming.dev AWS Lambda now charges for INIT Phase
Programming @programming.dev The case of the UI thread that hung in a kernel call







Since you're using Kubernetes, have you looked at external-dns? In my home lab, I use external-dns to take Ingress and Service resources and register them into my internal DNS zone. I use the etcd backend. external-dns registers zones in etcd, then CoreDNS queries from etcd. As soon as I create a new Ingress, it's automatically registered and pointing to my Traefik service.
https://github.com/kubernetes-sigs/external-dns/blob/master/docs/tutorials/coredns-etcd.md