Kubernetes instructions
Make sure to checkout the Overview first. |
Requirement
Kubernetes
At least version 1.18 is required.
If you are considering a cluster for multiple home applications then this template might be a good start.
Quickstart
helm repo add angelnu https://angelnu.github.io/helm-charts
helm repo update
helm install games-on-whales angelnu/games-on-whales
Connect over Moonlight by manually adding the IP address of the worker
node running the Helm chart pod. To validate the PIN you can use the
Sunshine web interface (at https://<IP>:47990/
username: admin
,
password is admin
(at least you changed them in your Helm instance
values) or directly calling: curl <IP>:47989/pin/<PIN>
.
From Moonlight open the Desktop
app, from there you should be able to
see your X11 apps running!
Next steps
-
Adjust your Helm chart settings - see the instructions
-
Checkout the troubleshooting page if anything is not working on your side
-
Check out how to configure and use your GPU in order to get HW acceleration (if you have one)