Nomad
k9s
Our great sponsors
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 |
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
-
Running on-premise k8s with a small team: possible or potential nightmare?
[Nomad]
-
To Infinity and Beyond: Our Nomad Migration is complete!
Lobās core API has been fully migrated to HashiCorp's Nomad, Lobās Next Generation service platform. This is a major milestone for the Nomad Project, the Platform Team, and Lob Engineering. This migration is the culmination of a year of R&D, months of practice migrating other Lob services, and weeks of work on this particular service. Itās absolutely worth celebrating for the complexity and customer impact.
Most of our APIās migration to Nomad happened in August, but the key feature of autoscaling was not working as expected. This turned out to be a bug in Nomad which James Douglas tracked down. The issue was recently fixed and autoscaling works as expected, completing the migration!
-
Load Balancing avec HAProxy, Nomad et ConsulĀ ā¦
Nomad by HashiCorp
-
Jail Manager in 2022?
There's also https://pot.pizzamig.dev/ which even has a Nomad(https://www.nomadproject.io/) driver in case you want to "orchestrate" the jails(as in deploy many jails at the same time across multiple servers)
-
How to Convert Kubernetes Manifests into Nomad Jobspecs
The check stanza runs a health check on the service Since the service is registered to Consul, the health check runs on Consul. The above health check is configured to run every 10 seconds, and is given 5 seconds for the health check query to succeed. Health checks in Nomad are similar to Kubernetes health checks.
-
Opensource Docker Management?
Not sure if it fits here, and might be a little more complex than what youāre looking for, but Nomad is definitely worth a look.
-
What is the best solution to orchestrate Docker containers ?
I'd like to also mention hashicorp nomad + consul. They're worth evaluating.
-
VMware Alternatives?
Hashicorp Nomad
-
Ask HN: How can I calculate CO2 emission of servers/VPS?
We had a hard time finding this data when experimenting with carbon aware scheduling in Nomad. There seem to be a lot of orgs working on this, but itās all third party as far as I know. I couldnāt find a first party (eg Amazon, Microsoft, Google, etc) that provided this data via an API. Very frustrating.
There are a couple resources linked here: https://github.com/hashicorp/nomad/blob/h-carbon-meta/CARBON...
The silver lining is that the folks who are working in this space are extremely friendly and passionate in my experience. Donāt be scared to ācontact sales for an API let.ā The few folks I talked to were extremely helpful.
k9s
-
STOP DOING TUIs
k9s
-
What tools do you use to visualize the context around pods in a namespace/deployment? This is mine.
OpenLens or k9s
-
How do I learn to love Kubernetes
Use derailed/k9s. That is the best tool that helps you see easily what happens in your cluster.
-
Ramen has reached v0.2.0, the first production-ready version (in my opinion)
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?
- for Kubernetes, there is k9s: https://k9scli.io/
-
Is there any alternative to Lens desktop software?
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
> 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!
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?
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