Hack Systemd in WSL2
Systemd is not native in WSL2, but Shayne found a way to hack it: https://github.com/shayne/wsl2-hacks
The experience is quite destabilizing on firt approch but it works for most of my usage: docker, minikube (--driver=none), systemd services.
PS: Mind to always connect to your user (bash $USER) before using it. Otherwise you won't have much access to your profile configurations (~/.profile or ~/.bash_profile).
Using Systemd Genie
Arkane published a way to orchestrate namespace (or bottle) in systemd for WSL2: https://github.com/arkane-systems/genie
After installing connect to your profile through genie:
genie -c bash
At this time, only Ubuntu 18.04 and 19.10 works. There is no package for Ubuntu 20.04 for the moment (I am exciting this moment).
Docker and Minikube also work in this configuration as native (--driver=none).