DEKUBE
  • 📖Litepaper
  • 🧩Genesis Points Event
    • 🚏Tutorial for Team up
    • 🪟Tutorial for Windows
    • 🍎Tutorial for MacOS
    • 🐧Tutorial for Linux
  • 🔧Node Deployment Manual
    • Minimum Requirements and Deployment Conditions for the Cluster
    • Installation files
    • Description of the installation process
      • Ansible
      • Preparing the inventory-file
      • Wireguard VPN Settings
      • Creating a Kubernetes cluster and installing DEKUBE components
      • Registration and connection of the cluster to the DEKUBE.AI network
      • How to make sure the cluster is running?
      • Assigning a Label to worker nodes
      • (Optional) Adding new worker nodes
  • 💎Nodes Recruitment
  • 📚FAQ
  • 📃Terms of Use
Powered by GitBook
On this page
  • Initializing Wireguard VPN Server
  • Connecting future worker nodes to a single VPN network
  1. Node Deployment Manual
  2. Description of the installation process

Wireguard VPN Settings

PreviousPreparing the inventory-fileNextCreating a Kubernetes cluster and installing DEKUBE components

Last updated 11 months ago

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 .

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
here