Nomad VS k9s

Compare Nomad vs k9s and see what are their differences.

Nomad

Nomad is an easy-to-use, flexible, and performant workload orchestrator that can deploy a mix of microservice, batch, containerized, and non-containerized applications. Nomad is easy to operate and scale and has native Consul and Vault integrations. (by hashicorp)

k9s

🐶 Kubernetes CLI To Manage Your Clusters In Style! (by derailed)
Our great sponsors
  • SonarLint - Clean code begins in your IDE with SonarLint
  • InfluxDB - Access the most powerful time series database as a service
  • SaaSHub - Software Alternatives and Reviews
Nomad k9s
78 99
13,359 20,198
1.7% -
9.9 7.5
6 days ago 2 days ago
Go Go
Mozilla Public License 2.0 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.

Nomad

Posts with mentions or reviews of Nomad. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-04.

k9s

Posts with mentions or reviews of k9s. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-23.
  • STOP DOING TUIs
    3 projects | reddit.com/r/ProgrammerHumor | 23 Mar 2023
    k9s
  • What tools do you use to visualize the context around pods in a namespace/deployment? This is mine.
    3 projects | reddit.com/r/kubernetes | 3 Mar 2023
    OpenLens or k9s
  • How do I learn to love Kubernetes
    3 projects | reddit.com/r/devops | 14 Feb 2023
    Use derailed/k9s. That is the best tool that helps you see easily what happens in your cluster.
    3 projects | reddit.com/r/devops | 14 Feb 2023
  • Ramen has reached v0.2.0, the first production-ready version (in my opinion)
    3 projects | reddit.com/r/ethdev | 13 Feb 2023
    It's tview, the same framework underlying awesome k9s project.
  • k9s VS kdash - a user suggested alternative
    2 projects | 1 Feb 2023
  • Ask HN: What is the best source to learn Docker in 2023?
    8 projects | news.ycombinator.com | 29 Jan 2023
    - for Kubernetes, there is k9s: https://k9scli.io/
  • Is there any alternative to Lens desktop software?
    9 projects | reddit.com/r/kubernetes | 20 Jan 2023
    Lens was such a great tool until they switched to the subscription model. I now use k9s (https://k9scli.io/).
  • Docker 2.0 went from $11M to $135M in 2 years
    7 projects | news.ycombinator.com | 13 Jan 2023
    > I tried portainer, awful UX experience and all good features are inside paid version.

    This is interesting to me, because it doesn't quite match my experience - I've been using Portainer for around 3 years at this point and it's been pretty decent.

    The worst issues that I've gotten is networking issues in some hybrid configurations with Docker Swarm (e.g. Portainer cannot reach the manager node of the cluster for a bit), or troubles configuring Traefik ingresses when managing Kubernetes (though I think the recent patch notes talked about improving the ingress section, so maybe the experience will get better with non-Nginx ingresses).

    Other than that, it's been great for onboarding new people, illustrating the cluster state at a glance, easily operating with stacks and scaling/restarting services as needed, including pulling new images, viewing the logs or even connecting to containers through a web UI if need be. The webhook functionality in particular is really nice - you can just do a curl request against a given URL and that will pull the new container versions for the given image and do a redeploy, which works nicely with a variety of CI solutions.

    When I last tried, initializing Nomad clusters with networking encryption was a bit less of a smooth experience (needing to essentially manage your own PKI) and the web UI felt more like a dashboard, instead of something that you could click around in, if you're a proponent of that workflow.

    Rancher is probably better than both of those options, though there's a certain overhead in regards to running both that software and a full Kubernetes cluster. If Kubernetes feels like a good fit for a particular project and resources aren't an issue, definitely check it out! You can, of course, also have some success with lightweight clusters, like K3s: https://k3s.io/

    I'll definitely agree that Lazydocker is a nice tool, but I wouldn't call it superior, just different (TUI vs GUI), their demo video is nice though: https://youtu.be/NICqQPxwJWw

    It actually reminds me of ctop, which you might also want to check out, though it's not something that you'd manage clusters in, merely the individual containers on a node (which won't always be enough, same as Docker Compose isn't): https://github.com/bcicen/ctop

    Regardless, for Kubernetes, I'm inclined to say that you'd enjoy k9s a bunch then, it has a similar TUI approach: https://k9scli.io/

  • I quit my job to build a Kubernetes GUI, now looking for feedback!
    9 projects | reddit.com/r/kubernetes | 12 Jan 2023
    K9s tried to monetized it and I doesn't seem to be working well. If you look at the GitHub insights for the project ( https://github.com/derailed/k9s/graphs/contributors ) you can see how it has slowed down significantly over time.

What are some alternatives?

When comparing Nomad and k9s you can also consider the following projects:

lens - Lens - The way the world runs Kubernetes

k3s - Lightweight Kubernetes

k8s - How to deploy Portainer inside a Kubernetes environment.

minikube - Run Kubernetes locally

Rundeck - Enable Self-Service Operations: Give specific users access to your existing tools, services, and scripts

popeye - šŸ‘€ A Kubernetes cluster resource sanitizer

Dkron - Dkron - Distributed, fault tolerant job scheduling system https://dkron.io

Docker Compose - Define and run multi-container applications with Docker

dapr - Dapr is a portable, event-driven, runtime for building distributed applications across cloud and edge.

kubernetes - Production-Grade Container Scheduling and Management

stern - āŽˆ Multi pod and container log tailing for Kubernetes