Scripts2026年7月26日·1 分钟阅读

Komiser — Open-Source Cloud Cost and Resource Inspector

A self-hosted dashboard that scans AWS, GCP, Azure, and other cloud providers to visualize resources, identify cost optimization opportunities, and enforce governance policies.

Agent 就绪

先审查再安装

这个资产需要先审查。复制的指令会要求 Agent dry-run、列出写入项,确认后再继续。

Needs Confirmation · 64/100策略:需确认
Agent 入口
任意 MCP/CLI Agent
类型
Skill
安装
Single
信任
信任等级:Established
入口
Komiser Overview
先审查命令
npx -y tokrepo@latest install c4ca558b-888b-11f1-9bc6-00163e2b0d79 --target codex

先 dry-run,确认写入项后再运行此命令。

Introduction

Komiser is a self-hosted tool that connects to your cloud accounts and provides a unified dashboard of resources and costs across AWS, GCP, Azure, and other providers. It helps engineering and FinOps teams identify idle resources, track spending trends, and enforce governance policies.

What Komiser Does

  • Scans cloud accounts to inventory resources across multiple providers
  • Visualizes cost breakdowns by service, region, and resource type
  • Identifies idle or underutilized resources for cost savings
  • Provides custom views and filters for resource management
  • Stores data locally in SQLite or PostgreSQL for historical tracking

Architecture Overview

Komiser is a single Go binary with an embedded web UI. It uses cloud provider SDKs to fetch resource metadata and pricing data, storing results in a local database (SQLite by default, PostgreSQL optional). The dashboard queries this local store, so no data leaves your infrastructure. Multiple cloud accounts are configured via a YAML config file.

Self-Hosting & Configuration

  • Download a single binary or run via Docker (no dependencies required)
  • Configure cloud accounts in config.toml with provider credentials
  • Uses existing AWS profiles, GCP service accounts, or Azure AD credentials
  • Switch from SQLite to PostgreSQL for team-scale deployments
  • Schedule periodic scans via cron or run continuous with built-in polling

Key Features

  • Multi-cloud support covering AWS, GCP, Azure, OCI, DigitalOcean, and more
  • Single binary deployment with no external dependencies
  • Local data storage ensures cloud inventory never leaves your infrastructure
  • Custom filters and saved views for organizing resources by team or project
  • Cost anomaly detection highlighting unexpected spending changes

Comparison with Similar Tools

  • Infracost — Estimates cost of Terraform changes before apply; Komiser audits live resources
  • Cloud Custodian — Policy-as-code enforcement; Komiser focuses on visibility and cost dashboards
  • Vantage — Commercial cloud cost platform; Komiser is open-source and self-hosted
  • OpenCost — Kubernetes-specific cost allocation; Komiser covers all cloud resources

FAQ

Q: Does Komiser require cloud admin permissions? A: It needs read-only access to resource and billing APIs. No write permissions are required.

Q: Can Komiser track costs over time? A: Yes. It stores scan results in a local database, enabling historical cost trend analysis.

Q: Is there a managed/SaaS version? A: Tailwarden offers a managed version of Komiser with additional collaboration features.

Q: How often does Komiser refresh resource data? A: Configurable via scan intervals. The default polling period can be adjusted in the config file.

Sources

讨论

登录后参与讨论。
还没有评论,来写第一条吧。

相关资产