examples/kubernetes/README.md
2025-03-12 20:15:05 +02:00

15 lines
254 B
Markdown

# WireGuard cluster example
This example will create 5 kubernetes nodes using k3s: a master and 4 workers.
All VMs have public IPs, which can be used to publish ports.
To create the VMs, run:
```
./create_vms.sh
```
And to deploy:
```
./deploy.sh
```