TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

K9s – Manage Your Kubernetes Clusters in Style

154 pointsby sharjeelsayedalmost 5 years ago

11 comments

mac-chaffeealmost 5 years ago
One of my favorite features is pure speed, while still having a lot of functionality.<p>If a production bug happens and I need to quickly debug, not much is faster than:<p>- &quot;k9s&quot; (start the CLI)<p>- &quot;&#x2F;myservice&quot; (search for the pod)<p>- &quot;l&quot; (open the logs)<p>- &quot;&#x2F;Exception&quot; (search the logs)<p>Maybe the bug was a bad config file I need to manually edit:<p>- &quot;&lt;escape&gt;&quot; (close the log view)<p>- &quot;s&quot; (exec into the container)<p>K9s has almost completely replaced &quot;kubectl&quot; for me as well. And the dev team behind k9s is great too. We get a new patch about every week and a new feature every 2 weeks or so on average: <a href="https:&#x2F;&#x2F;github.com&#x2F;derailed&#x2F;k9s&#x2F;releases" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;derailed&#x2F;k9s&#x2F;releases</a>
评论 #23366275 未加载
throwanemalmost 5 years ago
I feel like this is one of those things like the Git CLI, where, yeah it&#x27;s gross, but you&#x27;re better off learning it without a porcelain at first because it&#x27;s sufficiently complex that doing it the other way around will leave you initially bewildered when you need to venture beyond what the porcelain can help you with.
DevKoalaalmost 5 years ago
I love this tool. I have one terminal window always open with it.
评论 #23365497 未加载
bprovenalmost 5 years ago
k9s is nice, but another option is Lens: <a href="https:&#x2F;&#x2F;k8slens.dev&#x2F;" rel="nofollow">https:&#x2F;&#x2F;k8slens.dev&#x2F;</a>
emersonrsantosalmost 5 years ago
One of the tools that I use daily (only use kubectl to apply and delete resources), and one of my favorite UX in all software: Terminal-based GUI with keystrokes for everything.<p>It&#x27;s like Norton&#x2F;Midnight commander for Kubernetes.<p>And i love the K9 references!
outimealmost 5 years ago
An alternative to this is Octant, a full-blown GUI (not terminal) which looks pretty good and it&#x27;s backef by VMWare <a href="https:&#x2F;&#x2F;octant.dev&#x2F;" rel="nofollow">https:&#x2F;&#x2F;octant.dev&#x2F;</a>
评论 #23365589 未加载
评论 #23367927 未加载
评论 #23365735 未加载
beilabsalmost 5 years ago
I&#x27;ve been using this a lot the past year. It&#x27;s consistently been improving along with each version. My main love for this tool is you can see the cluster health on the screen, can see evicted pods and running &#x2F; scheduled cronjobs and easily jump into the shell of any running pod. This tool is always on one of my screens, definitely a job well done.
vs4vijayalmost 5 years ago
I was creating similar TUI tool with Mouse support as well.<p>LazyKubectl: <a href="https:&#x2F;&#x2F;github.com&#x2F;vs4vijay&#x2F;lazykubectl" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;vs4vijay&#x2F;lazykubectl</a> (WIP)
samgranierialmost 5 years ago
This is my favorite tool for jumping between kubernetes contexts&#x2F;clusters and namespaces. I&#x27;ve used it daily for over a year and it&#x27;s awesome
sigmonsaysalmost 5 years ago
i&#x27;m going to take this for a spin. I dont really spend a ton of time looking at k8s, but I feel this is far superior to octant. I&#x27;m more of a cli junky though.
azangrualmost 5 years ago
That name though is not in style. I understand that they are trying to pun on k8s and k9, but the 8 in k8s is there for a reason. k9s is confusingly pretending to hide 9 characters in the middle when it is not.
评论 #23366169 未加载
评论 #23365530 未加载