Wireguard VPN Settings

VPN settings are located in the file:

inventory/dekube/group_vars/kube_vpn.yml

Do not change settings unless absolutely necessary!

Initializing Wireguard VPN Server

ansible-playbook playbooks/vpn_server.yaml

You can watch a video of the server setup process here.

Connecting future worker nodes to a single VPN network

ansible-playbook playbooks/vpn_clients.yaml

You can watch a video of the process of how to connect the worker node here.

Last updated