Run Warrior on Kubernetes
masterTo deploy the Warrior on Kubernetes, use the provided k8s-warrior.yml manifest.
- Edit
k8s-warrior.ymlto set theDOWNLOADERenvironment variable to your name (this name appears on leaderboards). - Create a namespace and apply the manifest.
- Access the web interface via any Kubernetes node's IP on port
30163.
kubectl create namespace archive
kubectl apply -n archive -f k8s-warrior.yml