A Select List of Kubernetes Tools

Karl Isenberg
2 min readJun 10, 2020

Just because you have a hammer, doesn’t mean every problem is a nail.

Some of these you’ve probably heard of. Some of them you probably haven’t.

What makes this list special is that they’ve all be useful to me, while developing and operating Kubernetes platforms and workloads.

Hopefully they’re useful to you too!

  • kubectx + kubens — fast cluster & namespace switching
  • kustomize — resource patching (built into kubectl now)
  • krew — find and install kubectl plugins
  • ketall — kubectl get all, but actually get everything
  • kail — tail logs from multiple pods
  • rbac-lookup — lookup which roles a user has
  • kube-capacity — cluster resource requests, limits, and usage overview
  • kube-score — static analysis of resource manifests
  • kube-janitor — resource deletion after TTL
  • kube-state-metrics — resource metrics
  • cert-manager — TLS certificate provisioning
  • external-dns — configure external DNS with resource annotations
  • k-rail — policy enforcement and custom resource defaults using webhooks
  • kubexit — sidecar dependencies for startup delays and graceful termination

Bonus! Here are a few tools I haven’t used yet, but look like they solve problems I definitely have experienced:

If you like, highlight the lines of the tools you use and Medium will show their popularity to other readers, or comment with your own favorite useful tools.

Sign up to discover human stories that deepen your understanding of the world.

Free

Distraction-free reading. No ads.

Organize your knowledge with lists and highlights.

Tell your story. Find your audience.

Membership

Read member-only stories

Support writers you read most

Earn money for your writing

Listen to audio narrations

Read offline with the Medium app

Karl Isenberg
Karl Isenberg

Written by Karl Isenberg

Cloud Guy. Anthos Solutions Architect at Google (opinions my own). X-Cruise, X-Mesosphere, & X-Pivotal.

Responses (1)

Write a response

Awesome list. You should check out k9s. Its an amazing K8 cli tool.

--