How to Install & Configure Rancher-Desktop on Windows (How to Run Docker & Kubernetes on Windows)

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

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

  • @lolomimama193
    @lolomimama193 ปีที่แล้ว +4

    Thank you very much. I tried to do an installation on my own but I didn't manage to get it to work. With your guide I could finally have it running in less than an hour.

    • @be-devops
      @be-devops  ปีที่แล้ว

      I am glad to hear that

  • @thewarrior9827
    @thewarrior9827 ปีที่แล้ว

    a new follower from France. I do love your work. keep doing. tks a lot

    • @be-devops
      @be-devops  ปีที่แล้ว

      Merci bq mon ami

  • @rajesht5420
    @rajesht5420 8 หลายเดือนก่อน +1

    much informative video. Thank you for sharing your knowledge

    • @be-devops
      @be-devops  8 หลายเดือนก่อน

      Thanks

  • @peanut-d-cat
    @peanut-d-cat 8 หลายเดือนก่อน +1

    thank you so much. it really helped me on my job.

    • @be-devops
      @be-devops  8 หลายเดือนก่อน

      Thanks

  • @LaxmanMerupula
    @LaxmanMerupula ปีที่แล้ว +1

    Thank you so much ... I appreciated your help

    • @be-devops
      @be-devops  ปีที่แล้ว

      You are so welcome

  • @shahanemakiyan
    @shahanemakiyan ปีที่แล้ว +1

    great video! very helpful

    • @be-devops
      @be-devops  ปีที่แล้ว

      It is my pleasure. very welcome

  • @KrishnaKrish1
    @KrishnaKrish1 29 วันที่ผ่านมา

    Thank you so much!

  • @MentalStackProject
    @MentalStackProject ปีที่แล้ว

    You save me, legend 💪🏼

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

    Thanks for the detailed instructions and thanks for listing the longer steps in the description. Followed all the steps exactly and in order. Each step said installed successfully. But wsl -l lv says: "*Windows Subsystem for Linux has no installed distributions.*"
    So I tried 'wsl --update' and it said updating to version 2.2.24. Afterward I ran 'wsl -l -v' and was told, "*wsl : The term 'wsl' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.*" Arggg. Going to try using my admin login, instead of run as admin. Anyhow, is a problem on my end. Thx x2 for the steps.

  • @maddi1154
    @maddi1154 ปีที่แล้ว +1

    It's wonderful. can you post next steps also please.

    • @be-devops
      @be-devops  ปีที่แล้ว +2

      It was only installation Rancher-desktop to prepare your windows for running Docker containers and use Kubernetes cluster. If there is special in your mind let me know and I will make a video for it. but I am preparing a full course for docker and kubernetes from scratch.

  • @AliZainJaved-m6h
    @AliZainJaved-m6h ปีที่แล้ว +1

    thank you so much

  • @Cryptic_WisdomV2.2
    @Cryptic_WisdomV2.2 3 หลายเดือนก่อน +1

    Awesome

  • @thomaspires1553
    @thomaspires1553 ปีที่แล้ว

    Thank u IT's bro. Works fine

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

    great

  • @chadDickerson-s8m
    @chadDickerson-s8m 18 วันที่ผ่านมา

    where is the main page for rancher you skipped that part

    • @be-devops
      @be-devops  17 วันที่ผ่านมา

      when u search on google the page you get, will direct you to installation page. i don't know why you need main page?

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

    A video I've found on google tells me to run a search on google to find the solution of the problems he founds! :D Right, kidding (just a bit, would make a video a lot shorter if you just show the solution without the search:) but still well explained and interesting 👍

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

      Yes, i agree with you. But when you go into a class for teaching, some students get subject quickly like you and some get the subject late like me. so we need to look them in one level. For that reason always i think still there some one like me :) that need to know why and from where we found solution. :) many Thanks for your comment

  • @Mr.rawJat
    @Mr.rawJat ปีที่แล้ว

    I get below error, please help.
    $ docker version
    Client:
    Version: 23.0.1-rd
    API version: 1.42
    Go version: go1.19.5
    Git commit: 393499b
    Built: Fri Feb 10 16:55:36 2023
    OS/Arch: linux/amd64
    Context: default
    Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
    Running
    $ sudo dockerd
    gives below error:
    ERRO[2023-04-20T17:14:37.063407088+05:30] failed to initialize a tracing processor "otlp" error="no OpenTelemetry endpoint: skip plugin"
    ...
    WARN[2023-04-20T17:14:38.351509465+05:30] grpc: addrConn.createTransport failed to connect to {unix:///var/run/docker/containerd/containerd.sock 0 }. Err :connection error: desc = "transport: Error while dialing dial unix:///var/run/docker/containerd/containerd.sock: timeout". Reconnecting... module=grpc
    failed to start daemon: Error initializing network controller: error obtaining controller instance: unable to add return rule in DOCKER-ISOLATION-STAGE-1 chain: (iptables failed: iptables --wait -A DOCKER-ISOLATION-STAGE-1 -j RETURN: iptables v1.8.7 (nf_tables): RULE_APPEND failed (No such file or directory): rule in chain DOCKER-ISOLATION-STAGE-1
    (exit status 4))

    • @be-devops
      @be-devops  ปีที่แล้ว

      to verify:
      At first switch to root user with : *sudo -i*
      then run : *docker version*
      now if you do not see this error : *Cannot connect to the Docker daemon at unix:///var/run/docker.sock.* let me know to show you how fix it for your current user

    • @ivonnenaranjo2649
      @ivonnenaranjo2649 ปีที่แล้ว

      Hi@@be-devops, I'm getting the same error could you show me hao to fix it? I'm connected as root
      # docker version
      Client:
      Version: 20.10.25
      API version: 1.41
      Go version: go1.18.1
      Git commit: 20.10.25-0ubuntu1~22.04.1
      Built: Fri Jul 14 21:58:09 2023
      OS/Arch: linux/amd64
      Context: default
      Experimental: true
      Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?

    • @be-devops
      @be-devops  ปีที่แล้ว

      @@ivonnenaranjo2649
      please the status of docker
      # systemctl status docker
      if it is not in running status run:
      # systemctl start docker
      and i am sure it will solve it
      if not solved
      run:
      sudo dockerd