From 0a11995f60ab918096289df06418a1b6f5b9bd7d Mon Sep 17 00:00:00 2001 From: hoyle1974 Date: Tue, 18 Feb 2025 22:53:06 -0800 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 15c07b4..ad5bc27 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,16 @@ This project is in it's VERY early stages, not in Alpha yet really but what it d This project is in its early stages of development and is not yet recommended for production use. While adjustments have been made to minimize load on the control plane, performance under heavy load has not yet been tested. +# 📖 Debugging the Past with Khronoscope + +Imagine inspecting your Kubernetes cluster when you notice something strange—a deployment with flapping pods. They start, crash, restart. Something’s off. + +You pause the cluster state and check related resources. Nothing obvious. Rewinding a few minutes, you see the pods failing right after startup. Fast-forwarding, you mark one to start collecting logs. More crashes. Rewinding again, you inspect the logs just before failure—each pod dies trying to connect to a missing service. + +Jumping to another namespace, you spot the issue: a critical infrastructure pod failed to start earlier. A quick fix, a restart, and everything stabilizes. + +With Khronoscope’s ability to navigate through time, track key logs, and inspect past states, you solve in minutes what could’ve taken hours. + # Installation Currently Khronoscope has only been tested on MacOS. To install the latest build with homebrew: