This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ############################################################## | |
| # How to run local multi-node Kubernetes clusters using kind # | |
| # https://youtu.be/C0v5gJSWuSo # | |
| ############################################################## | |
| ######### | |
| # Setup # | |
| ######### | |
| # Install kind (https://kind.sigs.k8s.io/docs/user/quick-start/#installation) |
This guide will enable systemd to run as normal under WSL 2. This will enable services like microk8s, docker and many more to just work during a WSL session. Note: this was tested on Windows 10 Build 2004, running Ubuntu 20.04 LTS in WSL 2.
-
To enable
systemdunder WSL we require a tool calledsystemd-genie -
Copy the contents of
install-sg.shto a new file/tmp/install-sg.sh:cd /tmp