Kubernetes with Rancher Desktop
Rancher Desktop

Kubernetes with Rancher Desktop

I loved using Docker Desktop, however a few months ago, I picked up Rancher Desktop. After using it for almost 3 months now, here are some quick insights I got from this tool.

  1. Rancher Desktop is a very mature open-source tool for Mac, Windows and Linux users who are looking for an alternative to Docker Desktop. It provided me everything I needed which was available in Docker Desktop.
  2. Allowed me to run any/multiple versions of Kubernetes and container management on my laptop.
  3. Provided me an option to build, push, pull, and run container images using dockerd (uses Moby internally).
  4. I could also run the containers that I built directly on Kubernetes without a need for the container registry.

Rancher Desktop leverages a virtual machine to run dockerd and Kubernetes.

I have not tried the windows version however the document says that Windows Subsystem for Linux v2 is leveraged for Windows systems.

It uses Kubernetes k3s (https://k3s.io/) also referred to as Lightweight Kubernetes.

No alt text provided for this image

Just download the run the Rancher Desktop to get started.

For more details on how to use Rancher Desktop refer to https://rancherdesktop.io/

要查看或添加评论,请登录

Venkatesh S的更多文章

  • Budibase - Build internal apps in minutes, No/Low Code Platform

    Budibase - Build internal apps in minutes, No/Low Code Platform

    I come across various use cases where I am supposed to build some internal apps. I always feel that coding the entire…

  • Rete Algorithm : Implementing Rule Engine using evrete

    Rete Algorithm : Implementing Rule Engine using evrete

    A Fast Algorithm for the Many Pattern and Many Object Pattern Match Problem. This was PhD work of Charles L.

  • Hoppscotch - Open Source API Development EcoSystem

    Hoppscotch - Open Source API Development EcoSystem

    I have been a regular user of Postman when it comes to building and using APIs. It has always helped me build the APIs…

  • TestContainers - Reliable environment for running tests

    TestContainers - Reliable environment for running tests

    I had several challenges while writing integration test cases where there are dependencies on multiple upstream and…

    1 条评论
  • Istio Service Mesh : Complete Setup

    Istio Service Mesh : Complete Setup

    Distributed or Microservices architectures have some serious challenges when it comes to building and deploying the…

  • AWS on Local Desktop - LocalStack

    AWS on Local Desktop - LocalStack

    In a typical application development lifecycle, I usually see that majority of the times certain AWS cloud services are…

  • CD with Argo CD

    CD with Argo CD

    I have tried various options for CD, I liked an approach where the deployments are separately managed from the CI…

  • Redux Punch

    Redux Punch

    What is Redux Punch? Redux punch is a project recipe bootstrapped with "Create React…

社区洞察

其他会员也浏览了