WireGuard as VPN Server on Kubernetes with AdBlocking
codingcoffee.dev
WireGuard as VPN Server on Kubernetes with AdBlocking
1–10 of 39 posts
Re: WireGuard as VPN Server on Kubernetes with AdBlocking
#2Re: WireGuard as VPN Server on Kubernetes with AdBlocking
#3Algo [1] is a great option for a personal VPN, and it supports WireGuard + ad blocking. I really don't understand why you would want to use k8s for something like this unless it is just a pet project. [1] https://github.com/trailofbits/algo
Not OP, but maybe it makes sense if you already deploy a set of applications or services on K8s.
Re: WireGuard as VPN Server on Kubernetes with AdBlocking
#4Algo [1] is a great option for a personal VPN, and it supports WireGuard + ad blocking. I really don't understand why you would want to use k8s for something like this unless it is just a pet project. [1] https://github.com/trailofbits/algo
Can confirm Algo works great. Easy to setup the VPN while still having the benefits of leveraging Wireguard. Not OP, but maybe it makes sense if you already deploy a set of applications or services on K8s.
I ended up using openVPN on a home raspberry pi, but I want to figure out how to deploy IPSec or ZeroTier rather than OpenVPN
Re: WireGuard as VPN Server on Kubernetes with AdBlocking
#5Re: WireGuard as VPN Server on Kubernetes with AdBlocking
#6I believe that Kubernetes is artificially injected in your setup. You can just run your DNS server on the server and advertise it on the VPN address. You can still address it from anywhere in the VPN.
Re: WireGuard as VPN Server on Kubernetes with AdBlocking
#7Algo [1] is a great option for a personal VPN, and it supports WireGuard + ad blocking. I really don't understand why you would want to use k8s for something like this unless it is just a pet project. [1] https://github.com/trailofbits/algo
Re: WireGuard as VPN Server on Kubernetes with AdBlocking
#8Algo [1] is a great option for a personal VPN, and it supports WireGuard + ad blocking. I really don't understand why you would want to use k8s for something like this unless it is just a pet project. [1] https://github.com/trailofbits/algo
Re: WireGuard as VPN Server on Kubernetes with AdBlocking
#9Algo [1] is a great option for a personal VPN, and it supports WireGuard + ad blocking. I really don't understand why you would want to use k8s for something like this unless it is just a pet project. [1] https://github.com/trailofbits/algo
Re: WireGuard as VPN Server on Kubernetes with AdBlocking
#10Algo [1] is a great option for a personal VPN, and it supports WireGuard + ad blocking. I really don't understand why you would want to use k8s for something like this unless it is just a pet project. [1] https://github.com/trailofbits/algo
I have a hard time understanding why people use these small script bundles on top of wireguard. The VPN use case is the best documented one with a large amount of guides and the configuration is very simple.