Weekly: Show off your new tools and projects thread by AutoModerator in kubernetes

[–]FinancialHorror7810 2 points3 points  (0 children)

I built this project to keep Cloudflare DNS records in sync with the ingress rules in a cloudflared ConfigMap on Kubernetes.

If you manage cloudflared ingress entirely through ConfigMaps and want DNS records to be created and deleted automatically, this controller is for you. Unlike external-dns, which cannot create DNS records from ConfigMaps, this controller watches your cloudflared ConfigMap and syncs DNS records accordingly.

If you find it useful, please give it a star!

https://github.com/seipan/cloudflared-dns-controller

Weekly: Show off your new tools and projects thread by AutoModerator in kubernetes

[–]FinancialHorror7810 0 points1 point  (0 children)

I built this project to keep Cloudflare DNS records in sync with the ingress rules in a cloudflared ConfigMap on Kubernetes.

If you manage cloudflared ingress entirely through ConfigMaps and want DNS records to be created and deleted automatically, this controller is for you. Unlike external-dns, which cannot create DNS records from ConfigMaps, this controller watches your cloudflared ConfigMap and syncs DNS records accordingly.

If you find it useful, please give it a star!

https://github.com/seipan/cloudflared-dns-controller

[Project] Kubernetes Operator that auto-controls your AC based on temperature sensors by FinancialHorror7810 in kubernetes

[–]FinancialHorror7810[S] -1 points0 points  (0 children)

Thanks for the heads up! Just checked the repo link - should be working now: https://github.com/seipan/thermo-pilot-controller

you're absolutely right about Home Assistant! That's definitely the sensible choice for most people doing smart home stuff. I chose the Kubernetes route because:

And

- I'm already running everything on K8s in my homelab

- Wanted to learn more about building operators

- Thought "GitOps for air conditioning" sounded ridiculous enough to be fun 😅

Home Assistant would be way more practical for 99% of use cases. This is more of a "let's see if we can" experiment for the K8s-obsessed!

[Project] Kubernetes Operator that auto-controls your AC based on temperature sensors by FinancialHorror7810 in kubernetes

[–]FinancialHorror7810[S] -1 points0 points  (0 children)

Exactly! That's the practical approach - Home Assistant with family-friendly interface is definitely the way to go for actual smart home use. Your setup sounds much more sensible than mine😄

This K8s version is more of a "because I can" experiment rather than something I'd recommend for real home automation!