ragibkl / adblock-dns-server

Adblock DNS Server powered by Bancuh DNS and dnsdist-acme
https://bancuh.com/
MIT License
68 stars 14 forks source link

EXAMPLE using k3s kubernetes distribution #82

Closed ragibkl closed 2 years ago

ragibkl commented 3 years ago

The basic idea is, I want to replace the use of docker and docker-compose, with a minimal kubernetes setup using k3s.

Kubernetes, and specifically k3s has the following advantages:

I'm also looking to use keel.sh. This will watch our upstream adblock-dns docker image for new versions, and perform auto apply of the deployments. This allows me to push new images for for our adblock dns, and the servers would auto-update. Combined with zero-downtime update above, it allows for seamless update process. This also allows me to trigger regular weekly image updates, to keep the adblock up to date as much as possible.

Successfully merging this and deploying to our servers will fix ~https://github.com/ragibkl/adblock-dns-server/issues/58~

ragibkl commented 2 years ago

This idea is not worth it for now. Takes more ram to work, and also doesn't work with ipv6 yet. I'll close this one.