harbormaster VS rd

Compare harbormaster vs rd and see what are their differences.

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
harbormaster rd
27 29
- 5,506
- 2.3%
- 10.0
- 6 days ago
TypeScript
- Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

harbormaster

Posts with mentions or reviews of harbormaster. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-19.
  • Harbormaster: The Tiniest Container Orchestrator
    1 project | news.ycombinator.com | 30 Jul 2023
  • Ask HN: What hardware are you running for your home server?
    2 projects | news.ycombinator.com | 19 Jul 2023
    I use an HP ProLiant Microserver with four drives in a ZFS RAIDZ array and an SSD for the OS. For software, I mostly run it in Docker using a very small container orchestration program I wrote:

    https://gitlab.com/stavros/harbormaster

  • MRSK vs. Fly.io
    7 projects | news.ycombinator.com | 22 Mar 2023
  • I am a one-man show: Deployment and infrastructure for a 150k/m visits webapp
    2 projects | news.ycombinator.com | 26 Sep 2022
    I needed something that would restart containers automatically when I pushed to a branch, so I wrote a few lines of code to do it:

    https://gitlab.com/stavros/harbormaster

    As far as PaaSes go, it's probably the simplest, and works really well.

  • My VM is Lighter (and Safer) than your Container
    5 projects | news.ycombinator.com | 8 Sep 2022
    I was in the same boat as you and built something simple that I really like:

    https://gitlab.com/stavros/harbormaster

    It'll just pull some repos, make sure the containers are up, and make your configuration simple and discoverable. It really works great at that.

  • Exposing a web service with Cloudflare Tunnel
    9 projects | news.ycombinator.com | 8 Feb 2022
    I do this for our services, it works great and we can easily put SSO in front of them with CF Access. I publish a Docker container that you can use as a sidecar for your Compose deployments:

    https://gitlab.com/stavros/docker-cloudflared

    I use this with Harbormaster (https://gitlab.com/stavros/harbormaster) so I can expose containerized stuff without ever forwarding any ports outside of Docker.

  • I Miss RSS
    17 projects | news.ycombinator.com | 5 Jan 2022
    I use Dokku for that (I can share my Bitwarden repo if you want, the entire thing is four lines or something). I also made https://gitlab.com/stavros/harbormaster for things that weren't so "web server -> app -> database" and love it.
  • Self-Hosting Dozens of Web Applications and Services on a Single Server
    15 projects | news.ycombinator.com | 31 Dec 2021
    I had the same problem and didn't want to manage things by hand, so I wrote Harbormaster:

    https://gitlab.com/stavros/harbormaster

    It basically pulls Compose apps from the git repositories you specify, builds the containers and makes sure they're running. Pretty simple and works really well for me.

  • Setting Up Cloudflare Argo and Access on a Raspberry Pi
    3 projects | news.ycombinator.com | 29 Nov 2021
    (This post should read "Argo tunnel" instead of just "Argo")

    I did the same to enable secure access to services via SSO at work. I used Harbormaster[1] to deploy Compose files, but it's otherwise the same setup.

    One of the big advantages this has is that the services can't be accessed any other way (not even from the same host, as they only listen inside the Docker network). That makes it hard to forget some port exposed because you listened to 0.0.0.0 instead of localhost.

    Cloudflare access is very easy to set up SSO with, as well. I'd recommend this setup if you need it, though for home usage I usually just set up Caddy as a reverse proxy with basic auth, as I'll be the only person using this and I don't want Cloudflare MITMing my personal stuff.

    [1]: https://gitlab.com/stavros/harbormaster

  • What is the cleanest way to deploy a docker-compose stack to a remote server?
    3 projects | /r/devops | 31 Oct 2021
    Something like harbormaster? https://gitlab.com/stavros/harbormaster

rd

Posts with mentions or reviews of rd. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-10-11.
  • Rancher Desktop v1.11.0 with Snapshots, Container Dashboard and More
    1 project | news.ycombinator.com | 3 Nov 2023
  • K3s – Lightweight Kubernetes
    17 projects | news.ycombinator.com | 11 Oct 2023
    So, please please solve this request here: https://github.com/rancher-sandbox/rancher-desktop/issues/18...
  • Rancher Desktop 1.9 released with support for Docker Extensions
    1 project | /r/rancherdesktop | 2 Jul 2023
  • Apple Virtualization Framework
    11 projects | news.ycombinator.com | 4 Jun 2023
  • No docker options
    5 projects | /r/golang | 5 Apr 2023
  • macOS Apple Silicon version is still Intel x86?
    1 project | /r/rancher | 21 Mar 2023
  • Podman vs. Docker: Comparing the Two Containerization Tools – Linode
    8 projects | news.ycombinator.com | 8 Feb 2023
    https://github.com/rancher-sandbox/rancher-desktop/releases

    Then in Rancher Desktop you enable WSL integration as shown here:

  • Nginx in KinD
    1 project | /r/nginx | 8 Dec 2022
    If using rancher desktop: https://docs.rancherdesktop.io/tutorials/working-with-images/ https://github.com/rancher-sandbox/rancher-desktop/issues/952
  • New Docker Desktop: Run WASM Applications Alongside Linux Containers in Docker
    8 projects | news.ycombinator.com | 7 Dec 2022
    > docker desktop is pretty dead now that it's got restrictive licensing etc...

    It would probably be nice to hear more about why you think this is! I've certainly heard of some having to move away from Docker Desktop.

    However, at the scale where you need a license (250 employees or 10 million $ in annual revenue) it's not quite as big of an issue, especially at their current pricing per seat: https://www.docker.com/pricing/

    > stick to standard open source tools like Colima etc...

    Sticking to open source is a great idea!

    I think mentioning that Colima runs on macOS and Linux only at the moment is also a good idea: https://github.com/abiosoft/colima

    A large market share of the Docker Desktop installs are Windows in particular (since it's "the one way" how most install Docker nowadays, as opposed to not really needing a GUI or the supporting tools on Linux).

    In another comment I mentioned Podman Desktop as a mostly viable alternative: https://github.com/containers/podman-desktop

    Then there's also Rancher Desktop as well: https://github.com/rancher-sandbox/rancher-desktop

    Regardless, it's nice to see reputable orgs behind the open source projects as well, which gives a bit more credence to their chances of surviving for the years to come.

  • Finch: An open-source client for container development
    1 project | news.ycombinator.com | 25 Nov 2022
    Great, then can you speak to whether rancher-desktop supports the "--platform" argument to "run" the same way that finch does?

    I wouldn't mind answering it myself, but it looks like rancher-desktop is an electron something or other: https://github.com/rancher-sandbox/rancher-desktop/blob/v1.6... and even downloading the 500MB release zip shows that there's `Rancher Desktop.app/Contents/Resources/resources/darwin/lima/bin/limactl` hidden in it, but I'm a distrustful sort and I don't want to crawl through unlimited lines of typescript to find out what this is going to do to my system

    Maybe it's just that I'm not the right audience for this, since I am the polar opposite of "some gui fanciness," as I came up through the docker-machine universe, and now colima, and thus have a lot more comfort debugging CLI tooling when something inevitably goes toes up

What are some alternatives?

When comparing harbormaster and rd you can also consider the following projects:

swarmpit - Lightweight mobile-friendly Docker Swarm management UI

colima - Container runtimes on macOS (and Linux) with minimal setup

ufw-docker - To fix the Docker and UFW security flaw without disabling iptables

lima - Linux virtual machines, with a focus on running containers

nixos-infect - [GPLv3+] install nixos over the existing OS in a DigitalOcean droplet (and others with minor modifications)

intellij-community - IntelliJ IDEA Community Edition & IntelliJ Platform

docker-box - A lightweight docker application platform for single servers.

multipass - Multipass orchestrates virtual Ubuntu instances

Dokku - A docker-powered PaaS that helps you build and manage the lifecycle of applications

nerdctl - contaiNERD CTL - Docker-compatible CLI for containerd, with support for Compose, Rootless, eStargz, OCIcrypt, IPFS, ...

neural-hash-collider - Preimage attack against NeuralHash 💣

remote-docker-aws - Remote Docker for local development hosted using AWS