hashi-ui VS swarmpit

Compare hashi-ui vs swarmpit 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
hashi-ui swarmpit
2 8
1,235 2,919
- 2.1%
0.0 4.2
about 1 year ago 14 days ago
JavaScript Clojure
MIT License Eclipse Public License 1.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.

hashi-ui

Posts with mentions or reviews of hashi-ui. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-08-19.
  • Harbormaster: The anti-Kubernetes for your personal server
    20 projects | news.ycombinator.com | 19 Aug 2021
    Nomad also scales really well. In my experience swarm had a lot of issues with going above 10 machines in a cluster. Stuck containers, containers that are there but swarm can't see them and more. But still i loved using swarm with my 5 node arm cluster, it is a good place to start when you hit the limit of a single node.

    > The only serious downsides is having to use the HCL DSL ( https://github.com/hashicorp/hcl ) and their web UI being read only in the last versions that i checked.

    1. IIRC you can run jobs directly from UI now, but IMO this is kinda useless. Running a job is simple as 'nomad run jobspec.nomad'. You can also run a great alternative UI ( https://github.com/jippi/hashi-ui ).

    2. IMO HCL > YAML for job definitions. I've used both extensively and HCL always felt much more human friendly. The way K8s uses YAML looks to me like stretching it to it's limits and barely readable at times with templates.

    One thing that makes nomad a go-to for me is that it is able to run workloads pretty much anywhere. Linux, Windows, FreeBSD, OpenBSD, Illumos and ofc Mac.

  • Looking for non-dev friendly batch job operation service
    2 projects | /r/devops | 6 Mar 2021
    Hashicorp Nomad combined with Hashi-ui (https://github.com/jippi/hashi-ui) comes relatively close, but is disqualified because it provides no support for easy to use provisioning. Azkaban comes relatively close, but seems not to have strong supoort for containers.

swarmpit

Posts with mentions or reviews of swarmpit. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-15.
  • Docker Storm – Container Visualizaiton
    2 projects | news.ycombinator.com | 15 Dec 2022
    So I need to setup prometheus, granfana, node exporter, and cadvisor before running this? All of the above give me everything I need to monitor a swarmcluster. And if I want multi-user access to the graphs, I’d configure auth in Grafana.

    Further, if I were to monitor Swarm without the Prom+Grafana stack, I’d be looking at:

    https://github.com/swarmpit/swarmpit

    What is the value-add of Storm?

  • Show HN: SetOps – Run containers, databases and more in your own AWS account
    7 projects | news.ycombinator.com | 7 Jun 2022
  • Is Docker swarm visualizer viable on-premises?
    1 project | /r/docker | 9 Mar 2022
    And then also look at Swarmpit https://github.com/swarmpit/swarmpit. It was last updated Aug 28, 2020 as well, so I don't know how active it is, but I also used it for a while before sticking with Portainer ultimately.
  • I self-host around 15 projects, should I use docker-compose, kubernetes or something else?
    4 projects | /r/selfhosted | 4 Oct 2021
    Kubernetes is a bit overkill. For my homegrown usage i use docker swarm. And use https://swarmpit.io to manage it
  • Portainer alternative
    1 project | /r/docker | 26 Aug 2021
    Specific to swarm but it might help soneone in a way https://github.com/swarmpit/swarmpit
  • Harbormaster: The anti-Kubernetes for your personal server
    20 projects | news.ycombinator.com | 19 Aug 2021
    > There is gap in the market between VM oriented simple deployments and kubernetes based setup.

    In my experience, there are actually two platforms that do this pretty well.

    First, there's Docker Swarm ( https://docs.docker.com/engine/swarm/ ) - it comes preinstalled with Docker, can handle either single machine deployments or clusters, even multi-master deployments. Furthermore, it just adds a few values to Docker Compose YAML format ( https://docs.docker.com/compose/compose-file/compose-file-v3... ) , so it's incredibly easy to launch containers with it. And there are lovely web interfaces, such as Portainer ( https://www.portainer.io/ ) or Swarmpit ( https://swarmpit.io/ ) for simpler management.

    Secondly, there's also Hashicorp Nomad ( https://www.nomadproject.io/ ) - it's a single executable package, which allows similar setups to Docker Swarm, integrates nicely with service meshes like Consul ( https://www.consul.io/ ), and also allows non-containerized deployments to be managed, such as Java applications and others ( https://www.nomadproject.io/docs/drivers ). The only serious downsides is having to use the HCL DSL ( https://github.com/hashicorp/hcl ) and their web UI being read only in the last versions that i checked.

    There are also some other tools, like CapRover ( https://caprover.com/ ) available, but many of those use Docker Swarm under the hood and i personally haven't used them. Of course, if you still want Kubernetes but implemented in a slightly simpler way, then there's also the Rancher K3s project ( https://k3s.io/ ) which packages the core of Kubernetes into a smaller executable and uses SQLite by default for storage, if i recall correctly. I've used it briefly and the resource usage was indeed far more reasonable than that of full Kubernetes clusters (like RKE).

  • Docker management
    1 project | /r/docker | 4 Jan 2021
  • Help finding a UI Solution
    1 project | /r/docker | 1 Jan 2021
    I believer Portainer and Swarmpit would have this capabilties https://www.portainer.io/ https://github.com/swarmpit/swarmpit

What are some alternatives?

When comparing hashi-ui and swarmpit you can also consider the following projects:

dagster - An orchestration platform for the development, production, and observation of data assets.

Portainer - Making Docker and Kubernetes management easy.

hashi-up - bootstrap HashiCorp Consul, Nomad, or Vault over SSH < 1 minute

swarmlet - A self-hosted, open-source Platform as a Service that enables easy swarm deployments, load balancing, automatic SSL, metrics, analytics and more.

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

watchtower - A process for automating Docker container base image updates.

https-portal - A fully automated HTTPS server powered by Nginx, Let's Encrypt and Docker.

consul - Consul is a distributed, highly available, and data center aware solution to connect and configure applications across dynamic, distributed infrastructure.

dokku-scheduler-nomad - Scheduler plugin for deploying applications to nomad

harbormaster