I want to run my docker containers on a remote server, because my machine isn't powerful enough.
I have setup a Hetzner server with docker-machine and have successfully switched to that docker server. Docker commands are now executed on my Hetzner machine.
I'd like to expand this setup to be able to run Kubernetes on this remote docker server.
Is that possible? Do I need to install Kubernetes on the VM running on Hetzner or can I run a local Kubernetes instance that simply uses the remote server?
I'd like my setup to be as close as possible to a local installation.