1 comments

  • emmaera 1 hour ago
    Hey, I built Kubetable, a desktop app for managing databases running inside a Kubernetes cluster without needing to manual forward the port and then opening a seperate database tool.

    Kubetable uses your existing kubeconfigs and can auto detect databases running in your cluster.

    Supports currently: Postgres, MariaDB, MongoDB and Redis.

    I built it for my own cluster, because there I needed to quickly check a db entry and use it for some time now. Now I wanted to share it as open source project so maybe others who manage a cluster can find use in it.

    Its written with Tauri and react.