I totally get the concern giving an LLM 'write' access to a production cluster is definitely a scary thought.
To clarify: Kore is designed to be read-only by default. It’s an exploration and investigation tool, not a deployment or management engine. It uses the AI to help correlate data, explain complex status fields, and navigate the relationship between resources (like tracing why a Service isn't hitting its Endpoints).
Since the tool does not perform any apply, patch, or delete operations, there is no risk of the AI 'hallucinating' a destructive command that would actually impact the cluster infrastructure.
i'm sure apply support is just one PR away, why shy away from it? embrace!
i encourage it - the faster and the more colorful this makes infrastructures around the world blow up and burn down, the quicker we might actually learn how to be resilient in presence of the ultimate chaos monkey.
i returned to rails in 2025 after 12 years pause and my experience has been frustration and annoyance
rails lost it's convention over configuration ways, the generated app is dozens of files, lack of explanations and guidance on how to setup various things like environments, kamal being the worst offender and the changes between recent major releases aren't making it any easier to read the (often ai slop) articles and docs
reply