Install Docker and Kubernetes on Windows Subsystem for Linux (WSL). No Docker Desktop Required!

แชร์
ฝัง
  • เผยแพร่เมื่อ 5 ต.ค. 2024

ความคิดเห็น • 23

  • @Dotphil01
    @Dotphil01 9 หลายเดือนก่อน +2

    Great video. After following your steps on installing docker, I tried running the sudo docker ps -a command but kept getting an error message like this "Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?". How do I resolve this?

    • @BlaizeTech
      @BlaizeTech  9 หลายเดือนก่อน

      Set your DOCKER_HOST environment variable to the IP address of your WSL2 instance. You can get this by typing ifconfig.

  • @Hellbending
    @Hellbending 7 หลายเดือนก่อน +1

    Scoop > chocolatey 😉

    • @BlaizeTech
      @BlaizeTech  7 หลายเดือนก่อน

      I'm old school. 😂😂

    • @Hellbending
      @Hellbending 7 หลายเดือนก่อน +1

      @@BlaizeTech Hey… hey now - Git’s pretty old school? 😂😂

    • @BlaizeTech
      @BlaizeTech  7 หลายเดือนก่อน

      @@Hellbending Ahh Yeah!!!

  • @rochesterbrad
    @rochesterbrad 2 หลายเดือนก่อน

    How do we deal with proxy server in way of doctor.
    Where do we add a cert pem file?

    • @BlaizeTech
      @BlaizeTech  หลายเดือนก่อน

      Here's how to handle this with the docker daemon.
      docs.docker.com/config/daemon/proxy/

  • @whiteking80
    @whiteking80 7 หลายเดือนก่อน

    Great video. Imfollowing this tutoril step by step. However I notice following command which to open docker .service found none searching for the port. The latter script service has bit different than the the one you're demonstrating. May i know the alternative to find the port ?
    sudo nano /lib/systemd/system/docker.service

    • @whiteking80
      @whiteking80 7 หลายเดือนก่อน

      sudo ss -tln | grep ':2375' found no response

    • @whiteking80
      @whiteking80 7 หลายเดือนก่อน +1

      owh i just noticed you actually added and modify the script. Thanks 4 your video. Appreciate it.!

    • @BlaizeTech
      @BlaizeTech  7 หลายเดือนก่อน +1

      @@whiteking80 Glad you found the solution.

    • @Marhaenism1930
      @Marhaenism1930 6 หลายเดือนก่อน +1

      ah i thought was only me had same issue like that, because we werent using same OS as vid. glad it was solved

  • @ghostshell22-m4z
    @ghostshell22-m4z 8 หลายเดือนก่อน

    sudo systemctl daemon-reload
    System has not been booted with systemd as init system (PID 1). Can't operate.
    Failed to connect to bus: Host is down

    • @BlaizeTech
      @BlaizeTech  8 หลายเดือนก่อน

      This happens because of older versions of WSL or Ubuntu. Make sure you've upgraded your WSL install (wsl --udpdate) and use a more current version of Ubuntu.

  • @rcubickmprt
    @rcubickmprt 8 หลายเดือนก่อน

    hai, great video.
    can my node in other vm join as worker to kubernetes in wsl with these settings?

    • @BlaizeTech
      @BlaizeTech  8 หลายเดือนก่อน

      It's possible. This is just using MiroK8S, which allows you to create clusters.

    • @rcubickmprt
      @rcubickmprt 8 หลายเดือนก่อน

      @@BlaizeTech Thank you for the quick response. I'm eager to follow the steps outlined for setting up Kubernetes on an on-premise Windows server as the master. I have an additional server that I'd like to join as a node to the master, Is it possible?

    • @BlaizeTech
      @BlaizeTech  8 หลายเดือนก่อน

      @@rcubickmprtI don't think windows as a master is going to work. I've never seen such a setup, and I wouldn't recommend it even if it does work. Using Windows worker nodes is fine for Windows containers. If it has to be on Windows, WSL is your tool, although the WSL networking is not great. I would suggest using Linux as much as possible, and use Windows when necessary if at all.

    • @rcubickmprt
      @rcubickmprt 8 หลายเดือนก่อน

      @@BlaizeTech
      Unfortunately, it has to be on Windows due to compatibility issues with other apps. By the way, I have the following devices:
      - 1 unit Windows Server
      - 2 unit Synology NAS
      In your opinion, if I have to use Kubernetes, where should I configure the master?
      and then Which is better, configuring it on WSL or using a VM and installing a Linux distribution?

    • @BlaizeTech
      @BlaizeTech  8 หลายเดือนก่อน

      @@rcubickmprtI'd use a VM if you can. WSL is really more of dev tool, and the IO on the file system is slow. I prefer Ubuntu for MicroK8S because it's easy to install for small uses. You may wan to check out Rancher OS, too. It's more of a turnkey solution for Kubernetes.