Hello all!

I’m looking for a way to create a remote connection to a persistent container image which looks and feels like a full virtual machine. I’ve seen solutions like webtop and kasm, but as far as I can tell none of them work well on kubernetes and are substantially more than I need.

Essentially I’m looking for a container + configuration I can put in version control and spin up as I need it. Primarily for development or light browsing/media consumption (not gaming).

It can be accessible through RDP, or web browser it doesn’t matter too much.

Has anyone done this successfully?