ssh into your server and spin up a k3s kubernetes cluster
curl -sfL https://get.k3s.io | sh -- Copy the credentails from
/etc/rancher/k3s.yamlto your machine~/.kube/config - Replace
localhostin~/.kube/configwith the ip of your server. - Install
kubectlon your machine - Verify the cluster is up and running
kubectl get nodes
kubectl apply -f https://raw.githubusercontent.com/BanBansNet/kubernetes/master/pods/ddnet-no-db.yamlThen connect to your servers ip on port 8304 using a ddnet/teeworlds client.
kubectl apply -f mariadb.yaml
kubectl apply -f ddnet.yaml