|
|
@@ -6,12 +6,12 @@ OpenCost models give teams visibility into current and historical Kubernetes spe
|
|
|
|
|
|
OpenCost was originally developed and open sourced by [Kubecost](https://kubecost.com). This project combines a [specification](/spec/) as well as a Golang implementation of these detailed requirements.
|
|
|
|
|
|
-
|
|
|
+
|
|
|
|
|
|
To see the full functionality of OpenCost you can view [OpenCost features](https://opencost.io). Here is a summary of features enabled:
|
|
|
|
|
|
-- Real-time cost allocation by Kubernetes service, deployment, namespace, label, statefulset, daemonset, pod, and container
|
|
|
-- Dynamic asset pricing enabled by integrations with AWS, Azure, and GCP billing APIs
|
|
|
+- Real-time cost aggregation by Kubernetes cluster, node, namespace, controller kind, controller, service, or pod
|
|
|
+- Dynamic onDemand asset pricing enabled by integrations with AWS, Azure, and GCP billing APIs
|
|
|
- Supports on-prem k8s clusters with custom pricing sheets
|
|
|
- Allocation for in-cluster resources like CPU, GPU, memory, and persistent volumes.
|
|
|
- Easily export pricing data to Prometheus with /metrics endpoint ([learn more](PROMETHEUS.md))
|
|
|
@@ -21,7 +21,7 @@ To see the full functionality of OpenCost you can view [OpenCost features](https
|
|
|
|
|
|
You can deploy OpenCost on any Kubernetes 1.8+ cluster in a matter of minutes, if not seconds!
|
|
|
|
|
|
-Visit the full documentation for [recommended install options](https://www.opencost.io/docs/install). Compared to building from source, installing from Helm is faster and includes all necessary dependencies.
|
|
|
+Visit the full documentation for [recommended install options](https://www.opencost.io/docs/install).
|
|
|
|
|
|
## Usage
|
|
|
|