But your workload must be multi-instance, not multi-threaded.
Damian Keska
10/02/2022, 7:32 AM
Wireguard is working with Flannel CNI to create a VPN between pods. Every node in the cluster is getting it's own subnet for pods in the mesh VPN.
s
Saïd
10/02/2022, 8:55 AM
1. You could start with getting your AI workload to work inside one or more Docker containers.
2. Once you get this working, the next step would be to use a bridge or overlay network to allow communication between the Docker containers.
To access GPUs from Docker, you can use nvidia-docker.