Useful Kubernetes Tools

After a discussion on today’s Office Hours, we figured it’d be worth getting a Useful Tool thread going :slight_smile:

The Kubernetes ecosystem is vast and it can be easy to miss some of the great things the community produces.

With that let me start off with the biggest quality of life tool for dealing with many contexts:

Kubectx and Kubens - They let you quickly switch between contexts and namespaces.

9 Likes

Another tool is Draft. What I really like is the ability to debug applications as they run inside Kubernetes. There was a demo in SIG Apps that you can find at

3 Likes

Shipper - multicluster deployments

2 Likes

ksec - A command line tool that simplifies the management of Kubernetes Secrets.

1 Like

I don’t want to spam the thread too much, but another really useful one for folks getting started with Kubernetes is kube-score. It’s like a linter for Kubernetes objects. It will warn users if you do things like use latest in your image, don’t set resource limits etc. Also easy to integrate into CI pipeline.

3 Likes

A kubernetes add-on for creating and managing a cache of container images in a kubernetes cluster

1 Like

From the Kubernetes Up & Running book, the fabulous https://github.com/kubernetes-up-and-running/kuard utility is an amazing investigation/debugging/wtf is going on container. For more network based testing, I made https://github.com/inanimate/docker-engage which is tiny and has some useful tools built-in.

One other badass looking utility currently in incubation is https://github.com/kubernetes-incubator/descheduler which I believe, is something Kubernetes should consider supporting natively in the future.

3 Likes

From today’s office hours:

1 Like