An expensive way to run Doom.

You’ve heard of Doom running in a smart fridge, Doom in a calculator. All of that takes a lot of engineering effort to run Doom on the smallest hardware possible.

So here’s a guide on how to run Doom in one of the most expensive hardware setup I could think of.

Architecture

Let’s start from the architecture:

Doom k8s arch

The architecture is pretty simple:

And now we have it, fully fledged cloud gaming for our users.

What’s good about this architecture

What’s wrong

What’s left?

If you feel like being nerd-sniped, it would be cool to add a GPU into the mix. I don’t know exactly how, but it would certainly increase the cost of this hardware setup just to run Doom.

How to do it

Disclaimer: I’ve been working for Canonical in the last year, and in particular in the Juju team. So here you will see a lot of Canonical products. It’s not an ad, it is just what I (sort of) know!

In Juju, you can create a Charm, which is an operator that wraps your application code and handles instructions to deploy on K8s, configure, and all that good stuff.
And that is exactly how I did it to create this application which runs on K8s.

The code for this application + charm can be found here.

There are some instructions if you’d like to try it locally. Do it at your own risk! :)

There are some links in the README.md if you want to reproduce the charm locally or if you want to follow the tutorials to do something else in K8s and Juju.

Feel free to reach out if you are curious about anything.