You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've setup wg-access-server using helm in a bare metal k8s cluster and connected one client so all its internet traffic go through this server.
That is working.
I'm now trying to forward a port from one of the public IP of my k8s cluster (IP from LoadBalancer) to an IP on my client.
I've already added a k8s service to the wg-access-server pod that listen to this port on the loadbalancer IP.
But how do i route this traffic to the target vpn IP ?
Is this possible by modifying a property in the values.yaml file ?
Any tips ?
I have tried to find the doc of the config.wireguard and wireguard.config sections in the values.yaml file (from helm) without much success for now. If you can point me to some doc, ty !
Ty !
The text was updated successfully, but these errors were encountered:
Hi there, thank you for this great project!
I've setup wg-access-server using helm in a bare metal k8s cluster and connected one client so all its internet traffic go through this server.
That is working.
I'm now trying to forward a port from one of the public IP of my k8s cluster (IP from LoadBalancer) to an IP on my client.
I've already added a k8s service to the wg-access-server pod that listen to this port on the loadbalancer IP.
But how do i route this traffic to the target vpn IP ?
Is this possible by modifying a property in the values.yaml file ?
Any tips ?
I have tried to find the doc of the
config.wireguard
andwireguard.config
sections in thevalues.yaml
file (from helm) without much success for now. If you can point me to some doc, ty !Ty !
The text was updated successfully, but these errors were encountered: