→ Back to Home
GitOps

Introducing kars: An Agent Reference Stack for Kubernetes with GitOps Policy Management

Microsoft has launched kars, a new Kubernetes-native Agent Reference Stack for Azure, aiming to standardize the deployment and governance of AI agents. Announced on July 1, 2026, kars is built on the principle of treating every AI agent as untrusted code, a crucial security posture in the evolving landscape of AI-driven applications. The stack incorporates advanced security features, including per-pod kernel isolation, ensuring that agent processes operate without direct access to credentials, and an end-to-end encrypted inter-agent mesh for secure communication. A significant innovation within kars is its adoption of GitOps for managing AI agent policies. This means that the governance rules for agents—such as their models, tools, memory access, and interactions with Microsoft Agent Governance Toolkit (AGT) components—are defined declaratively as Kubernetes Custom Resource Definitions (CRDs). These CRDs are then stored and version-controlled within Git repositories, establishing Git as the single source of truth for agent configurations. This GitOps-driven policy management offers several advantages. It provides a unified governance surface, allowing a single set of Kubernetes policies to control various agent frameworks like OpenClaw, Hermes, and LangGraph. This eliminates the fragmentation often encountered when managing agents across different runtimes. Furthermore, changes to these policies are made through Git, enabling a complete audit trail and facilitating collaborative review processes. The kars operator TUI and Headlamp plugin allow for operational oversight, enabling users to monitor the fleet and manage policies directly from the cluster. By integrating GitOps, kars transforms the complex challenge of governing AI agents at scale into a more manageable Kubernetes problem. This approach ensures that agent behaviors are consistently enforced, auditable, and can be rolled back if necessary, aligning with modern DevOps and cloud-native best practices. The initiative highlights Microsoft's commitment to open source, with kars being tested on AKS, kind, and Docker, and its repository available on GitHub under an MIT license, encouraging community contributions to secure AI agent development.
#ai agents#kubernetes#gitops#policy management#azure#security
Read original source