From c7e7c9fd7be78a72bd0e99cef6dd69b543ed763d Mon Sep 17 00:00:00 2001 From: sstent Date: Sun, 8 Feb 2026 07:33:48 -0800 Subject: [PATCH] docs(conductor): Synchronize docs for track 'cluster_status_python' --- conductor/tech-stack.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conductor/tech-stack.md b/conductor/tech-stack.md index 046affd..db0bde5 100644 --- a/conductor/tech-stack.md +++ b/conductor/tech-stack.md @@ -16,3 +16,6 @@ ## Networking - **Traefik:** Acts as the cluster's ingress controller, routing traffic based on Consul tags. - **LiteFS Proxy:** Handles transparent write-forwarding to the cluster leader. + +## Monitoring & Tooling +- **Python (Cluster Status Script):** A local CLI tool for monitoring Consul service registration and LiteFS replication status.