Get started with Kubernetes in Docker (kind) in WSL2 The accompanying video for this tutorial is published on https://learn.alexchiri.com Contents: Recommendations Install Docker CE for Linux Configure Docker to start automatically in our WSL distribution when we log in to Windows Install go
nginx sites-available folder not found create the sites-available and sites-enabled folder sudo mkdir /etc/nginx/sites-available sudo mkdir /etc/nginx/sites-enabled edit the http block inside /etc/nginx/nginx.conf and add this line include /etc/nginx/sites-enabled/*;