Cross-cloud cost allocation models for Kubernetes workloads https://kubecost.com

Alex Meijer ec8bf0a05d Merge branch 'develop' into atm/rm-cliff před 6 měsíci
.github ea661f8a0e rev golangci-lint version (#3411) před 7 měsíci
.idea 93fbec52fb add intellij and goland gofmt settings to be consistent with vscode před 3 roky
cmd c7706a4fb2 Renamed Kubecost Github reference to OpenCost před 3 roky
configs 646ab6cb73 Add DigitalOcean Kubernetes Services provider (#3232) před 8 měsíci
core 598c0fac97 Add AppVersion to pkg/version (#3412) před 6 měsíci
docs a2c287d402 Modular Opencost (#3031) před 11 měsíci
kubernetes 422ccd9cde Set package repository to ghcr.io před 2 roky
modules 3690a9047f Enforce secure TLS MinVersion across all configurations (#3309) před 7 měsíci
pkg 033280c9d0 test(athena): Improve AWS Athena integration test coverage (#3314) před 7 měsíci
protos c73cedb9e1 feat: Implement OpenCost Data Model v2 protobuf architecture (#3369) před 7 měsíci
spec 2c38d975b7 Minor typos (#2828) před 1 rokem
tools 81eb9cfa29 feat(build): Add version and revision as labels před 3 roky
ui a45005f061 fix: restore missing YouTube preview thumbnail in main README (#3064) před 1 rokem
.dockerignore 93dcd24356 Docker Ignore před 5 roky
.gitignore b82370afd8 OCI cloud costs integration (#2870) před 1 rokem
ADOPTERS.MD 98216666ce Add Zendesk to Opencost ADOPTERS.md před 2 roky
CODE_OF_CONDUCT.md 8241f30690 Direct inquiries to Slack and the community meetings rather than Kubecost před 2 roky
CONTRIBUTING.md 87b9d14e87 Add to UI container, contributing před 2 roky
Dockerfile 07832d1baa security: update to Go 1.24-alpine3.20 to fix critical vulnerabilities (#3367) před 7 měsíci
Dockerfile.cross b601a2ea98 update use of env vars, check dependabot (#3152) před 1 rokem
Dockerfile.debug ea46890cef Add OTC provider (#2952) před 1 rokem
GOVERNANCE.md bcaf863493 Clarifications and corrections před 3 roky
LICENSE e21bf66dc1 Add LICENSE před 7 roky
MAINTAINERS.md 9a49e1bcdc move cliff to maintainer emeritus před 7 měsíci
Makefile dec820c853 Update build for opencost před 2 roky
NOTICE 5284c80425 Update NOTICE for 2024 před 2 roky
PROMETHEUS.md 6434740792 Updated URLs after opencost.io/docs/ rearrangement. před 2 roky
README.md 6343e2c9a9 docs: add sharded Prometheus best practices and warnings for global e… (#3244) před 9 měsíci
ROADMAP.md 8241f30690 Direct inquiries to Slack and the community meetings rather than Kubecost před 2 roky
SECURITY.md d2b1076d31 Clarification that bug bounty not for previously disclosed publicly available CVEs před 3 roky
THIRD_PARTY_LICENSES.txt 4a9e631edc Third party attributions in opencost artifacts před 2 roky
Tiltfile 24cc2358b7 refactor and improve tilt před 2 roky
Tiltfile.opencost ec3d7214d5 tilt - fix missing oracle and third party license files před 2 roky
generate.sh c73cedb9e1 feat: Implement OpenCost Data Model v2 protobuf architecture (#3369) před 7 měsíci
go.mod 13f330c7a4 bump dependencies (#3382) před 7 měsíci
go.sum 13f330c7a4 bump dependencies (#3382) před 7 měsíci
justfile 81f63656e0 Add Azure Disk Sku Nil Check (#3165) před 11 měsíci
opencost-header.png c9a4dff062 opencost readme před 4 roky
sonar-project.properties a2c287d402 Modular Opencost (#3031) před 11 měsíci
tilt-values.yaml 24cc2358b7 refactor and improve tilt před 2 roky

README.md

License OpenSSF Best Practices Gurubase

OpenCost — your favorite open source cost monitoring tool for Kubernetes and cloud spend

OpenCost give teams visibility into current and historical Kubernetes and cloud spend and resource allocation. These models provide cost transparency in Kubernetes environments that support multiple applications, teams, departments, etc. It also provides visibility into the cloud costs across multiple providers.

OpenCost was originally developed and open sourced by Kubecost. This project combines a specification as well as a Golang implementation of these detailed requirements. The web UI is available in the opencost/opencost-ui repository.

OpenCost UI Walkthrough OpenCost UI Walkthrough

To see the full functionality of OpenCost you can view OpenCost features. Here is a summary of features enabled:

  • Real-time cost allocation by Kubernetes cluster, node, namespace, controller kind, controller, service, or pod
  • Multi-cloud cost monitoring for all cloud services on AWS, Azure, GCP
  • Dynamic on-demand k8s asset pricing enabled by integrations with AWS, Azure, and GCP billing APIs
  • Supports on-prem k8s clusters with custom CSV pricing
  • Allocation for in-cluster K8s resources like CPU, GPU, memory, and persistent volumes
  • Easily export pricing data to Prometheus with /metrics endpoint (learn more)
  • Carbon costs for cloud resources
  • Support for external costs like Datadog through OpenCost Plugins
  • Free and open source distribution (Apache2 license)

Getting Started

You can deploy OpenCost on any Kubernetes 1.20+ cluster in a matter of minutes, if not seconds!

Visit the full documentation for recommended installation options.

Note for sharded Prometheus users: If you run Prometheus in a sharded (HA) setup, set PROMETHEUS_SERVER_ENDPOINT to a global query endpoint (e.g., Thanos Query, Cortex, or Mimir). Pointing to a single Prometheus pod may result in incomplete or intermittent export results. See the Prometheus integration docs for details.

Usage

Contributing

We :heart: pull requests! See CONTRIBUTING.md for information on building the project from source and contributing changes.

Community

If you need any support or have any questions on contributing to the project, you can reach us on CNCF Slack in the #opencost channel or attend the biweekly OpenCost Working Group community meeting from the Community Calendar to discuss OpenCost development.

FAQ

You can view OpenCost documentation for a list of commonly asked questions.