Comment on Show HN: Klaw.sh – Kubernetes for AI agentsComments−dariusj186moIn first read I thought this was an operator for k8s, but it is just comparing itself.to k8s as an orchestration system.−eftalyurtsevenOP6moCorrect, it's not a k8s operator. Standalone binary, zero dependencies. Just uses the same mental model because clusters and namespaces map really well to multi-team agent management.−verdverm6moThere are a number of other aspects that make kubernetes what it is. In particular the API surface is well defined at a very good abstraction level.For Ai, I'm using ADK. It's my "kubernetes for agents" from this perspective of abstractions and common task management handled by the system.https://google.github.io/adk-docs/get-started/about/
Comments
In first read I thought this was an operator for k8s, but it is just comparing itself.to k8s as an orchestration system.
Correct, it's not a k8s operator. Standalone binary, zero dependencies. Just uses the same mental model because clusters and namespaces map really well to multi-team agent management.
There are a number of other aspects that make kubernetes what it is. In particular the API surface is well defined at a very good abstraction level.
For Ai, I'm using ADK. It's my "kubernetes for agents" from this perspective of abstractions and common task management handled by the system.
https://google.github.io/adk-docs/get-started/about/