The CNCF project reflects on a year of major usability improvements, including Prometheus-free operation and an AI-ready MCP server, while setting its sights on tracking AI workloads and strengthening security for the year ahead.

The OpenCost project, the open-source cost management tool for Kubernetes hosted by the Cloud Native Computing Foundation (CNCF), has published its 2025 year-in-review, detailing a year of significant technical milestones and community growth. The update also outlines a focused roadmap for 2026, prioritizing AI usage cost tracking, supply chain security, and the refinement of its core data model.
For teams managing Kubernetes environments, cost visibility has become a critical operational concern, not just a financial one. OpenCost has positioned itself as a key player in this space, and its 2025 progress shows a clear trajectory toward more autonomous, integrated, and actionable cost management.
What Happened in 2025: Usability, Autonomy, and Community
The project maintained an active release cadence, delivering 11 updates throughout the year. These weren't minor tweaks; they addressed fundamental barriers to adoption and expanded the tool's capabilities in several key areas.
Breaking the Prometheus Dependency
One of the most significant usability improvements was the ability to run OpenCost without requiring Prometheus. For teams in environments where Prometheus isn't already deployed, or where its resource footprint is a concern, this was a major reduction in operational overhead. The project introduced two paths for this:
- Environment-variable configuration: A simpler setup for basic deployments.
- The beta Collector Datasource: A more robust, generic alternative for data collection.
This move makes OpenCost more accessible for a wider range of Kubernetes deployments, from smaller clusters to large, multi-tenant environments where adding another monitoring component isn't always feasible.
A Generic Framework for Cost Data
OpenCost also introduced a generic export framework. This is a foundational piece for any cost management tool that needs to integrate with diverse downstream systems—whether that's a custom data warehouse, a business intelligence platform, or another internal tooling ecosystem. Instead of building point-to-point integrations, teams can now use this framework to stream cost data wherever it needs to go.
Enhanced Multi-Cloud and Diagnostics
The project's multi-cloud tracking capabilities saw significant contributions from providers like Oracle and DigitalOcean, extending support beyond the major hyperscalers. This is crucial for organizations with heterogeneous cloud strategies, where cost data is often siloed and difficult to correlate.
A new diagnostics system was also added, providing health-tracking and export capabilities. This gives operators better insight into the health of OpenCost itself, making it easier to troubleshoot issues and ensure the data being generated is reliable.
The AI Integration: OpenCost MCP Server
Perhaps the most forward-looking development in 2025 was the introduction of the OpenCost Model Context Protocol (MCP) server. This isn't just an API; it's a bridge designed for the emerging ecosystem of AI agents.
The MCP server allows AI agents to query OpenCost's data in real-time using natural language. Imagine an AI assistant that can automatically analyze spending patterns across namespaces, pods, and nodes, then generate cost reports or suggest optimization strategies without a human needing to manually query the data. The server outputs clear, step-by-step suggestions, blending traditional cloud cost management with the capabilities of modern AI tooling.
This integration is a direct response to the growing complexity of Kubernetes workloads and the need for more automated FinOps workflows. It moves cost analysis from a reactive, manual process to a proactive, automated one.
Community and Mentorship
OpenCost's growth isn't just about code. The project has been actively engaged with the Linux Foundation's LFX program, mentoring contributors who have worked on critical areas like:
- Integration tests for enterprise readiness.
- OpenCost's Data Model 2.0 (KubeModel), which is the foundation for scalable, accurate cost tracking across dynamic Kubernetes resources.
The community also focused on documentation and UX improvements, reinforcing the project's commitment to being developer-friendly.

Looking Ahead: The 2026 Roadmap
With a solid foundation laid in 2025, the OpenCost team has a clear set of priorities for the coming year.
Tracking AI Workloads
As machine-learning workloads become more common in Kubernetes clusters, they introduce new cost dimensions. These workloads are often resource-intensive and have different usage patterns than traditional applications. OpenCost plans to enhance its capabilities to specifically track and report on the costs associated with AI/ML workloads, providing FinOps teams with the visibility they need to manage this growing segment of their cloud spend.
Strengthening Supply Chain Security
Security is a non-negotiable, especially for tools that handle sensitive financial data. A priority for 2026 is improving the supply chain security around cost data. This likely involves measures to ensure the integrity of the data pipeline, secure data storage, and robust access controls—critical for enterprise adoption.
Refining the KubeModel Framework
The KubeModel data model, introduced in 2025, will see iterative refinement. The goal is to better reflect the complexity of Kubernetes resource behavior. As Kubernetes itself evolves with features like dynamic resource allocation and more sophisticated scheduling, the cost model must evolve in tandem to remain accurate and actionable.
Community Engagement and Adoption
Participation in key events like KubeCon + CloudNativeCon remains a cornerstone of the project's strategy. These events are vital for raising awareness, fostering collaboration, and driving adoption among cloud-native practitioners.
Why This Matters for Practitioners
OpenCost's evolution reflects a broader trend in cloud-native operations: the convergence of cost management, operational visibility, and automation. For SREs and platform engineers, the project's developments offer tangible benefits:
- Reduced Operational Overhead: The move away from a hard Prometheus dependency simplifies deployment and maintenance.
- Actionable Intelligence: The AI-ready MCP server provides a pathway to automate cost analysis and optimization suggestions, freeing up engineering time.
- Enterprise Readiness: Improvements in data models, diagnostics, and security are essential for scaling cost management in production environments.
- Multi-Cloud Flexibility: Enhanced support for diverse cloud providers helps organizations avoid vendor lock-in and manage costs across a heterogeneous infrastructure.
The project's status as a CNCF incubating project adds a layer of credibility and ensures it adheres to open-source best practices. As cloud costs continue to be a significant line item for most organizations, tools like OpenCost are becoming essential components of the modern cloud-native stack.
For teams looking to get started or contribute, the project's GitHub repository is the best place to begin: OpenCost GitHub. The official documentation provides detailed setup guides and configuration examples: OpenCost Documentation.
The roadmap for 2026 indicates a project that is maturing from a cost visibility tool into a more intelligent, automated platform for cloud financial management. As Kubernetes workloads grow in complexity and scale, having a tool that can keep pace—and even anticipate future needs like AI cost tracking—will be increasingly valuable.

Comments
Please log in or register to join the discussion