masipcat / wireguard-go-docker

Wireguard docker image
https://hub.docker.com/r/masipcat/wireguard-go
GNU General Public License v3.0
182 stars 42 forks source link

Add healthcheck #30

Open eduardofraga opened 8 months ago

eduardofraga commented 8 months ago

Add health check on Kubernetes cluster.

eduardofraga commented 8 months ago

Hi @masipcat, Your command works fine for Kubernetes deployments, but with http server you can reuse for NLB. The deployment with AWS NLB requere a health check with TCP and Wireguard run with UDP. See the link above.

https://kubernetes-sigs.github.io/aws-load-balancer-controller/v2.2/guide/service/annotations/