What's the number one annoyance that drives you crazy about Kubernetes?

This page summarizes the projects mentioned and recommended in the original post on /r/kubernetes

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • robusta

    Kubernetes observability and automation, with an awesome Prometheus integration

  • kubectx

    Faster way to switch between clusters and namespaces in kubectl

  • Everything with `kubectl config`. It is solved though by a 3rd party tool https://github.com/ahmetb/kubectx

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • kubectl

    Issue tracker and mirror of kubectl code

  • Go add --no-really-all if you really want it: https://github.com/kubernetes/kubectl

  • fubectl

    Reduces repetitive interactions with kubectl

  • Check out Kubermatic’s fubectl: https://github.com/kubermatic/fubectl

  • krew

    📦 Find and install kubectl plugins

  • Because kubectl is versioned with the API, you could also make a krew plugin, I don't know if they will backport it to older versions: https://github.com/kubernetes-sigs/krew

  • metacontroller

    Writing kubernetes controllers can be simple

  • In case you've not heard of it, the metacontroller aims to do exactly this. It provides the controller-lifecycle (registering your types, watching the API for changes, etc), you just need to provide a HTTP webhook to receive the JSON object, and respond with the modifications\resources you want.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts