A monorepo of Observability and Kubernetes operation addons built with Rust 1.96+. Includes CLI tools, kubernetes addons, kubernetes operators, runtime images, and notes.
This repository follows the single-repository model Google describes in Why Google Stores Billions of Lines of Code in a Single Repository (CACM, 2016). The same trade-offs apply at this smaller scale: unified versioning with a single source of truth avoids cross-repo version skew, shared conventions (Makefiles, CI workflows, release pipelines) can be updated atomically in one commit, all tools and addons stay discoverable in one place to encourage reuse over duplicated boilerplate, and a new tool starts as a directory rather than a new repository with its own CI, permissions, and release setup to bootstrap. It also suits AI-assisted development: a single checkout gives coding agents full cross-project context in one place, so they can trace shared conventions, reuse existing patterns, and make atomic changes across tools without juggling multiple repositories.
This repository is licensed under the Apache License 2.0. See the LICENSE file for details.