k9s
stern
DISCONTINUED
Our great sponsors
k9s | stern | |
---|---|---|
111 | 9 | |
20,919 | 6,326 | |
- | - | |
7.2 | 0.0 | |
8 days ago | over 1 year ago | |
Go | Go | |
Apache 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.
k9s
-
Fastest way to set up an k8s environment ?
Also a nice tool to have a good overview and starting point to learn kubernetes is k9s https://github.com/derailed/k9s
You probably don't need Rancher unless you need a GUI or manage multiple clusters, Lens or k9s might be a better fit for your use case.
-
'ekscli' vs. 'aws eks'
Check out https://k9scli.io/ - it's a TUI for Kubernetes that gives you a view into k8s operations that I, personally, prefer over kubectl. You can view Pods and containers, Deployments, all of the usual high level Kubernetes objects and allows you to interact with them.
`k9s` is fantastic and you hardly have to leave your keyboard.
- Kubernetes Enthusiasts: Share Your Ideas for Future Dev Tools
-
Easy UI for teams to control their namespace?
Or k9s for terminal geeks. But thatβs not your typical UI :)
-
Any easy to use gui to create/deploy/monitor k8s for a devops newbie?
I don't know any GUIs to create a cluster (well, except AWS console :P). For graphical managing existing cluster, Lens is kinda popular. I prefer k9s, but it's a TUI.
You can use Lens which also offers a free license. I would also take a look at OpenLens. You stated that you were looking for something GUI-centric, but I would also take a look at k9s to help you dig deep into your cluster, quickly.
-
Setting up k9s skins for different Kubernetes clusters
This post is going to show you how to define different skins for k9s, so you can quickly see which environment you're working on.
You can check out the official skins on GitHub. I've based my skins on monokai.yml.
stern
- Most efficient way to check all containers cluster wide for missing probes?
-
What are some useful Kubernetes tools you can share?
I love stern when interacting with Pod logs directly. https://github.com/wercker/stern
-
You started a new job, what are the first tools you install on your machine?
stern
-
Adventures in K8S Cloud Native App Development
Logging: Traditional ELK requires a lot of server resources and is not suitable for a lightweight cluster like ours. The easiest way is to run multiple Pods to see the logs, and there is a stern tool that helps us to query the logs across multiple Pods.
-
Top 20 useful k8s tools
Link : https://github.com/wercker/stern
-
What's the best CLI tailing tool for k8s logs?
https://github.com/wercker/stern is pretty handy
-
MacOS and Linux support for KTail - a Kubernetes log viewer with a GUI
I like https://github.com/wercker/stern
-
ktail 0.2.5 - a kubernetes log viewer
Also stern
What are some alternatives?
lens - Lens - The way the world runs Kubernetes
kubetail - Bash script to tail Kubernetes logs from multiple pods at the same time
k8s - How to deploy Portainer inside a Kubernetes environment.
minikube - Run Kubernetes locally
popeye - π A Kubernetes cluster resource sanitizer
k3s - Lightweight Kubernetes
kail - kubernetes log viewer
kubebox - ββ Terminal and Web console for Kubernetes
zsh-kubectl-prompt - Display information about the kubectl current context and namespace in zsh prompt.
k3d - Little helper to run CNCF's k3s in Docker
octant - Highly extensible platform for developers to better understand the complexity of Kubernetes clusters.
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.