Azure / kdebug

A troubleshooting tool for Kubernetes​
MIT License
49 stars 14 forks source link

Integrate with node-problem-detector #46

Open ArchangelSDY opened 2 years ago

ArchangelSDY commented 2 years ago

Background

Currently kdebug works as a command-line tool. Also it requires direct machine access like SSH. If we could extend it's form, for example, to be part of monitoring system, there should be more interesting use cases.

Design

node-problem-detector is an official Kubernetes project. It runs as a daemon process on each node and can report various node problems to various data sinks.

It supports custom plugins which can invoke any external programs. We can integrate with this and become part of its monitoring ecosystem.

Works

ArchangelSDY commented 2 years ago

WIP: https://github.com/Azure/kdebug/commits/npd