Rookout launches its live Kubernetes debugger

Posted on
debugging kubernetes news observability

Rookout, a startup that offers debugging tools for applications that run on modern container and serverless platforms, is launching a new feature today that brings the equivalent of breakpoints to Kubernetes. To get around this, developers tend to go for a more indirect way of diagnosing issues and debugging their apps running on Kubernetes. That mostly means logging and distributed tracing, both of which have spawned their own ecosystems of open-source projects and startups.

Rookout argues that these systems are hard to set up and can only give you a relatively high-level view of what’s happening inside a container. While the company talks about this feature as “breakpoints,” though, we’re not talking about the traditional breakpoints you are probably familiar with from your IDE. Instead, Rookout collects full-stack data but doesn’t actually stop the execution of the code.

That may make it sound more like it’s closer to tracing and logging than the company makes it seem, but you can actually use the system to get data about a single variable state and the promise is that you can do so with just a few clicks. And because there are no real breakpoints, you can use the system on both development and production systems.

Source: techcrunch.com