

 **Help improve this page** 

To contribute to this user guide, choose the **Edit this page on GitHub** link that is located in the right pane of every page.

# Monitor and optimize Amazon EKS cluster costs
<a name="cost-monitoring"></a>

Cost monitoring is an essential aspect of managing your Kubernetes clusters on Amazon EKS. By gaining visibility into your cluster costs, you can optimize resource utilization, set budgets, and make data-driven decisions about your deployments. Amazon EKS provides two cost monitoring solutions, each with its own unique advantages, to help you track and allocate your costs effectively:

 ** AWS Billing split cost allocation data for Amazon EKS** — This native feature integrates seamlessly with the AWS Billing Console, allowing you to analyze and allocate costs using the same familiar interface and workflows you use for other AWS services. With split cost allocation, you can gain insights into your Kubernetes costs directly alongside your other AWS spend, making it easier to optimize costs holistically across your AWS environment. You can also leverage existing AWS Billing features like Cost Categories and Cost Anomaly Detection to further enhance your cost management capabilities. For more information, see [Understanding split cost allocation data](https://docs.aws.amazon.com/cur/latest/userguide/split-cost-allocation-data.html) in the AWS Billing User Guide.

 **Kubecost** — Amazon EKS supports Kubecost, a Kubernetes cost monitoring tool. Kubecost offers a feature-rich, Kubernetes-native approach to cost monitoring, providing granular cost breakdowns by Kubernetes resources, cost optimization recommendations, and out-of-the-box dashboards and reports. Kubecost also retrieves accurate pricing data by integrating with the AWS Cost and Usage Report, ensuring you get a precise view of your Amazon EKS costs. Learn how to [Install Kubecost](cost-monitoring-kubecost.md#kubecost-overview). See the [Kubecost](https://aws.amazon.com/marketplace/pp/prodview-asiz4x22pm2n2) AWS Marketplace page for information on getting a free Kubecost subscription.

# View costs by Pod in AWS billing with split cost allocation
<a name="cost-monitoring-aws"></a>

## Cost monitoring using AWS split cost allocation data for Amazon EKS
<a name="cost_monitoring_using_shared_aws_split_cost_allocation_data_for_amazon_eks"></a>

You can use AWS split cost allocation data for Amazon EKS to get granular cost visibility for your Amazon EKS clusters. This enables you to analyze, optimize, and chargeback cost and usage for your Kubernetes applications. You allocate application costs to individual business units and teams based on Amazon EC2 CPU and memory resources consumed by your Kubernetes application. Split cost allocation data for Amazon EKS gives visibility into cost per Pod, and enables you to aggregate the cost data per Pod using namespace, cluster, and other Kubernetes primitives. The following are examples of Kubernetes primitives that you can use to analyze Amazon EKS cost allocation data.
+ Cluster name
+ Deployment
+ Namespace
+ Node
+ Workload Name
+ Workload Type

 [User-defined cost allocation tags](https://console.aws.amazon.com/costmanagement/home#/tags) are also supported. For more information about using split cost allocation data, see [Understanding split cost allocation data](https://docs.aws.amazon.com/cur/latest/userguide/split-cost-allocation-data.html) in the AWS Billing User Guide.

## Set up Cost and Usage Reports
<a name="task-cur-setup"></a>

You can turn on Split Cost Allocation Data for EKS in the Cost Management Console, AWS Command Line Interface, or the AWS SDKs.

Use the following for *Split Cost Allocation Data*:

1. Opt in to Split Cost Allocation Data. For more information, see [Enabling split cost allocation data](https://docs.aws.amazon.com/cur/latest/userguide/enabling-split-cost-allocation-data.html) in the AWS Cost and Usage Report User Guide.

1. Include the data in a new or existing report.

1. View the report. You can use the Billing and Cost Management console or view the report files in Amazon Simple Storage Service.

# Install Kubecost
<a name="cost-monitoring-kubecost"></a>

Amazon EKS supports Kubecost, which you can use to monitor your costs broken down by Kubernetes resources including Pods, nodes, namespaces, and labels. This topic covers installing Kubecost, and accessing the Kubecost dashboard.

Amazon EKS provides an AWS optimized bundle of Kubecost for cluster cost visibility. You can use your existing AWS support agreements to obtain support. For more information about the available versions of Kubecost, see [Learn more about Kubecost](cost-monitoring-kubecost-bundles.md).

**Note**  
Kubecost v3 introduces major architectural improvements including dramatically faster performance and enhanced automation capabilities. [Learn more about Kubecost v3. ](cost-monitoring-kubecost-bundles.md#kubecost-v3)   
Kubecost v2 introduces several major new features. [Learn more about Kubecost v2. ](cost-monitoring-kubecost-bundles.md#kubecost-v2) 

For more information about Kubecost, see the [Kubecost](https://www.ibm.com/docs/en/kubecost/self-hosted/3.x) documentation and [Frequently asked questions](cost-monitoring-kubecost-bundles.md#cost-monitoring-faq).

## Install Amazon EKS optimized Kubecost bundle
<a name="kubecost-overview"></a>

You can use one of the following procedures to install the *Amazon EKS optimized Kubecost bundle*:
+ Before start, it is recommended to review [Kubecost - Architecture Overview](https://www.ibm.com/docs/en/kubecost/self-hosted/3.x?topic=installations-amazon-eks-integration) to understand how Kubecost works on Amazon EKS.
+ If you are new to Amazon EKS, we recommend that you use the Amazon EKS add-on for the installation because it simplifies the *Amazon EKS optimized Kubecost bundle* installation. For more information, see [Deploying Kubecost on an Amazon EKS cluster using Amazon EKS add-on](https://www.ibm.com/docs/en/kubecost/self-hosted/3.x?topic=installations-amazon-eks-integration#ariaid-title3).
+ To customize the installation, you might configure your *Amazon EKS optimized Kubecost bundle* with Helm. For more information, see [Deploying Kubecost on an Amazon EKS cluster using Helm](https://www.ibm.com/docs/en/kubecost/self-hosted/3.x?topic=installations-amazon-eks-integration#ariaid-title8) in the *Kubecost documentation*.

**Important**  
For Kubecost v3, the Helm chart location has changed to `public.ecr.aws/kubecost/kubecost`. If you are upgrading from v2, update your Helm repository references accordingly.

**Note**  
For multi-cluster deployments with Kubecost v3, you need S3-compatible object storage (AWS S3 for EKS customers) for metrics storage. This replaces the Prometheus-compatible storage used in v2. For more information, see [Multi-Cluster Installation](https://www.ibm.com/docs/en/kubecost/self-hosted/3.x?topic=installation-multi-cluster) in the Kubecost documentation.

## Access Kubecost dashboard
<a name="kubecost-access-dashboard"></a>

Once the *Amazon EKS optimized Kubecost bundle* setup done, you should have access to Kubecost dashboard. For more information, see [Access Kubecost Dashboard](cost-monitoring-kubecost-dashboard.md).

# Access Kubecost Dashboard
<a name="cost-monitoring-kubecost-dashboard"></a>

## Prerequisites
<a name="kubecost-prereqs-dashboard"></a>

1. Make sure the kubecost related Pods' state are "Running".

```
kubectl get pods --namespace kubecost
```

## Access Kubecost Dashboard
<a name="kubecost-dashboard"></a>

1. On your device, enable port-forwarding to expose the Kubecost dashboard.
   + If kubecost v3 is installed using helm:

     ```
     kubectl port-forward deployment/kubecost-frontend 9090 --namespace kubecost
     ```
   + If kubecost v1 or v2 is installed using helm:

     ```
     kubectl port-forward deployment/kubecost-cost-analyzer 9090 --namespace kubecost
     ```
   + If kubecost is installed using Amazon EKS add-on:

     ```
     kubectl port-forward deployment/cost-analyzer 9090 --namespace kubecost
     ```

     Alternatively, you can use the [AWS Load Balancer Controller](aws-load-balancer-controller.md) to expose Kubecost and use Amazon Cognito for authentication, authorization, and user management. For more information, see [How to use Application Load Balancer and Amazon Cognito to authenticate users for your Kubernetes web apps](https://aws.amazon.com/blogs/containers/how-to-use-application-load-balancer-and-amazon-cognito-to-authenticate-users-for-your-kubernetes-web-apps).

1. On the same device that you completed the previous step on, open a web browser and enter the following address.

   ```
   http://localhost:9090
   ```

   You see the Kubecost Overview page in your browser. It might take 5–10 minutes (or more) for Kubecost to gather metrics, depends on your cluster size. You can see your Amazon EKS spend, including cumulative cluster costs, associated Kubernetes asset costs, and monthly aggregated spend.

1. To track costs at a cluster level, tag your Amazon EKS resources for billing. For more information, see [Tagging your resources for billing](eks-using-tags.md#tag-resources-for-billing).
   +  **Cost allocation** – View monthly Amazon EKS costs and cumulative costs for each of your namespaces and other dimensions over the past seven days. This is helpful for understanding which parts of your application are contributing to Amazon EKS spend.
   +  **Assets** – View the costs of the AWS infrastructure assets that are associated with your Amazon EKS resources.

# Learn more about Kubecost
<a name="cost-monitoring-kubecost-bundles"></a>

Amazon EKS provides an AWS optimized bundle of Kubecost for cluster cost visibility. Amazon EKS supports Kubecost, which you can use to monitor your costs broken down by Kubernetes resources including Pods, nodes, namespaces, and labels.

This topic covers the available versions of Kubecost, and the differences between the available tiers. EKS supports Kubecost Version 1, Version 2, and Version 3. Each version is available in different tiers. You can use *Amazon EKS optimized Kubecost bundle* for your Amazon EKS clusters at no additional cost. You may be charged for use of associated AWS services, such as Amazon Managed Service for Prometheus. Also, you can use your existing AWS support agreements to obtain support.

As a Kubernetes platform administrator and finance leader, you can use Kubecost to visualize a breakdown of Amazon EKS charges, allocate costs, and charge back organizational units such as application teams. You can provide your internal teams and business units with transparent and accurate cost data based on their actual AWS bill. Moreover, you can also get customized recommendations for cost optimization based on their infrastructure environment and usage patterns within their clusters. For more information about Kubecost, see the [Kubecost](https://www.ibm.com/docs/en/kubecost/self-hosted/3.x) documentation.

 **What is the difference between the custom bundle of Kubecost and the free version of Kubecost (also known as OpenCost)?** 

 AWS and Kubecost collaborated to offer a customized version of Kubecost. This version includes a subset of commercial features at no additional charge. See the tables below for features that are included with in the custom bundle of Kubecost.

## Kubecost v3
<a name="kubecost-v3"></a>

 **What is the difference between Kubecost v2 and v3?** 

Kubecost 3.0 is a major architectural upgrade that delivers dramatically faster performance, enhanced scalability, and proactive optimization capabilities. The most significant change is the migration to a ClickHouse database, replacing DuckDB from version 2.8, which provides substantially faster queries and more reliable performance at scale. Kubecost 3.0 also introduces a unified agent that combines Kubecost and Cloudability functionality, eliminating the Prometheus dependency and reducing memory footprint while maintaining OpenCost compatibility.

**Important**  
 [Review the Kubecost documentation before upgrading to v3.](https://www.ibm.com/docs/en/kubecost/self-hosted/3.x) Migration from v2 requires careful planning and may impact report availability during transition. The Helm chart location has changed to `public.ecr.aws/kubecost/kubecost`.

 **Key architectural improvements in v3:** 
+  **ClickHouse Database**: Replaces DuckDB for dramatically faster queries and better scalability
+  **Unified Agent**: Combines Kubecost and Cloudability functionality, eliminating Prometheus dependency
+  **S3-Compatible Storage for Multi-Cluster**: For multi-cluster deployments, v3 uses S3-compatible object storage (AWS S3 for EKS customers) instead of Prometheus-compatible storage like Amazon Managed Service for Prometheus. The FinOps agent pulls metrics from the Kubernetes API and pushes to S3-compatible storage, then the Aggregator pulls that data, performs derivation steps, and displays results in the frontend. For more information, see [Multi-Cluster Installation](https://www.ibm.com/docs/en/kubecost/self-hosted/3.x?topic=installation-multi-cluster) and [Secondary Clusters Guide](https://www.ibm.com/docs/en/kubecost/self-hosted/3.x?topic=cluster-secondary-clusters-guide) in the Kubecost documentation.
+  **Reduced Memory Footprint**: Substantially lower resource requirements while maintaining functionality
+  **Simplified Architecture**: Single-container pod topology for independent scaling and improved resiliency
+  **Enhanced Automation**: Automated Container Request Sizing with multi-cluster awareness and custom profiles

 **Amazon EKS optimized bundle benefits in v3:** 

The *Amazon EKS optimized Kubecost bundle* continues to be available at no additional charge and is exempt from the new \$1100,000 USD spend limit introduced in Kubecost v3 free tier. EKS users retain full access to all Kubernetes spend functionality regardless of spend levels.

 **Core features comparison:** 


| Feature | Kubecost free tier 3.0 | Amazon EKS optimized Kubecost bundle 3.0 | Kubecost Enterprise 3.0 | 
| --- | --- | --- | --- | 
|  Cluster cost visibility  |  Unlimited clusters, gated at \$1100k USD spend over 30 days  |  Unified multi-cluster without spend limits  |  Unified and unlimited number of clusters across unlimited numbers of environments (i.e. multi-cloud)  | 
|  Database backend  |  ClickHouse (local)  |  ClickHouse with S3-compatible storage for multi-cluster metrics  |  ClickHouse with custom database options  | 
|  Performance  |  Substantially faster queries vs v2  |  Substantially faster queries vs v2  |  Substantially faster queries vs v2  | 
|  Memory footprint  |  Reduced vs v2 (no Prometheus dependency)  |  Reduced vs v2 (no Prometheus dependency)  |  Reduced vs v2 (no Prometheus dependency)  | 
|  Automated Container Request Sizing  |  Available (limited to 250 cores)  |  Available without core limits  |  Available without core limits  | 
|  Spend limits  |  \$1100k USD over 30 days  |  No spend limits  |  No spend limits  | 
|  Multi-cluster automation  |  Limited  |  Full multi-cluster awareness with secure messaging  |  Full multi-cluster awareness with secure messaging  | 

## Kubecost v2
<a name="kubecost-v2"></a>

 **What is the difference between Kubecost v1 and v2?** 

Kubecost 2.0 is a major upgrade from previous versions and includes major new features including a brand new API Backend. Note the [Allocation](https://www.ibm.com/docs/en/kubecost/self-hosted/2.x?topic=apis-allocation-api) and [Assets](https://www.ibm.com/docs/en/kubecost/self-hosted/2.x?topic=apis-assets-api) APIs are fully backwards compatible. [Please review the Kubecost documentation to ensure a smooth transition.](https://www.ibm.com/docs/en/kubecost/self-hosted/2.x?topic=installation-kubecost-v2-installupgrade) For the full list of enhancements, [please see the Kubecost v2.0 announcement](https://github.com/kubecost/cost-analyzer-helm-chart/releases/tag/v2.0.0) and [the full release notes](https://github.com/kubecost/cost-analyzer-helm-chart/releases).

**Important**  
 [Review the Kubecost documentation before upgrading.](https://www.ibm.com/docs/en/kubecost/self-hosted/2.x) Upgrading may impact report availability.

 **Core features comparison:** 


| Feature | Kubecost free tier 2.0 | Amazon EKS optimized Kubecost bundle 2.0 | Kubecost Enterprise 2.0 | 
| --- | --- | --- | --- | 
|  Cluster cost visibility  |  Unlimited clusters up to 250 cores  |  Unified multi-cluster without core limits when integrated with Amazon Managed Service for Prometheus  |  Unified and unlimited number of clusters across unlimited numbers of environments (i.e. multi-cloud)  | 
|  Deployment  |  User hosted  |  User hosted  |  User hosted, Kubecost hosted (dedicated tenant), SaaS  | 
|  Databases supported  |  Local Prometheus  |  Amazon Managed Service for Prometheus or Local Prometheus  |  Any prometheus flavor and custom databases  | 
|  Database retention support (raw metrics)  |  15 days  |  Unlimited historical data  |  Unlimited historical data  | 
|  Kubecost API and UI retention (ETL)  |  15 days  |  15 days  |  Unlimited  | 
|  Hybrid cloud visibility  |  -  |  Amazon EKS and Amazon EKS Anywhere clusters  |  Multi-cloud and hybrid cloud  | 
|  Alerts and recurring reports  |  Only supported on the primary cluster, limited to 250 cores  |  Efficiency alerts, budget alerts, spend change alerts, and [more supported](https://www.ibm.com/docs/en/kubecost/self-hosted/2.x?topic=navigating-kubecost-ui#ariaid-title6) across all clusters  |  Efficiency alerts, budget alerts, spend change alerts, and [more supported](https://www.ibm.com/docs/en/kubecost/self-hosted/2.x?topic=navigating-kubecost-ui#ariaid-title6) across all clusters  | 
|  Saved reports  |  -  |  Reports using 15 days of metrics  |  Reports using unlimited historical data and metrics  | 
|  Cloud billing integration  |  Only supported on the primary cluster, limited to 250 cores  |  Custom pricing support for AWS (including multiple clusters and multiple accounts)  |  Custom pricing support for any cloud  | 
|  Savings recommendations  |  Only supported on the primary cluster, limited to 250 cores  |  Primary cluster insights, but there is no 250 core limit  |  Multi-cluster insights  | 
|  Governance: Audits  |  -  |  -  |  Audit historical cost events  | 
|  Single sign-on (SSO) support  |  -  |  Amazon Cognito supported  |  Okta, Auth0, PingID, KeyCloak, and anything else custom  | 
|  Role-based access control (RBAC) with SAML 2.0  |  -  |  -  |  Okta, Auth0, PingID, KeyCloak, and anything else custom  | 
|  Enterprise training and onboarding  |  -  |  -  |  Full-service training and FinOps onboarding  | 
|  Teams  |  -  |  -  |  Yes  | 

 **New Features:** 

The following features have metric limits:
+ Kubecost Aggregator
+ Network Monitoring
+ Kubecost Actions
+ Collections
+ Anomaly detection
+ Container Request Right-Sizing
+ Kubecost Forecasting
+ Autocomplete for filtering and aggregation

 **Metric limits:** 


| Metric | Kubecost Free Tier 2.0 | Amazon EKS optimized Kubecost bundle 2.0 | Kubecost Enterprise 2.0 | 
| --- | --- | --- | --- | 
|  Cluster size  |  Unlimited clusters up to 250 cores  |  Unlimited  |  Unlimited  | 
|  Metric retention  |  15 days  |  15 days  |  Unlimited  | 
|  Multi-cluster support  |  Not available  |  Available  |  Available  | 
|  Core limits  |  250 cores per cluster  |  No core limits  |  No core limits  | 

## Kubecost v1
<a name="kubecost-v1"></a>


| Feature | Kubecost free tier | Amazon EKS optimized Kubecost bundle | Kubecost Enterprise | 
| --- | --- | --- | --- | 
|   **Deployment**   |  User hosted  |  User hosted  |  User hosted or Kubecost hosted (SaaS)  | 
|   **Number of clusters supported**   |  Unlimited  |  Unlimited  |  Unlimited  | 
|   **Databases supported**   |  Local Prometheus  |  Local Prometheus or Amazon Managed Service for Prometheus  |  Prometheus, Amazon Managed Service for Prometheus, Cortex, or Thanos  | 
|   **Database retention support**   |  15 days  |  Unlimited historical data  |  Unlimited historical data  | 
|   **Kubecost API retention (ETL)**   |  15 days  |  15 days  |  Unlimited historical data  | 
|   **Cluster cost visibility**   |  Single clusters  |  Unified multi-cluster  |  Unified multi-cluster  | 
|   **Hybrid cloud visibility**   |  -  |  Amazon EKS and Amazon EKS Anywhere clusters  |  Multi-cloud and hybrid-cloud support  | 
|   **Alerts and recurring reports**   |  -  |  Efficiency alerts, budget alerts, spend change alerts, and more supported  |  Efficiency alerts, budget alerts, spend change alerts, and more supported  | 
|   **Saved reports**   |  -  |  Reports using 15 days data  |  Reports using unlimited historical data  | 
|   **Cloud billing integration**   |  Required for each individual cluster  |  Custom pricing support for AWS (including multiple clusters and multiple accounts)  |  Custom pricing support for AWS (including multiple clusters and multiple accounts)  | 
|   **Savings recommendations**   |  Single cluster insights  |  Single cluster insights  |  Multi-cluster insights  | 
|   **Governance: Audits**   |  -  |  -  |  Audit historical cost events  | 
|   **Single sign-on (SSO) support**   |  -  |  Amazon Cognito supported  |  Okta, Auth0, PingID, KeyCloak  | 
|   **Role-based access control (RBAC) with SAML `2.0` **   |  -  |  -  |  Okta, Auth0, PingID, Keycloak  | 
|   **Enterprise training and onboarding**   |  -  |  -  |  Full-service training and FinOps onboarding  | 

## Frequently asked questions
<a name="cost-monitoring-faq"></a>

See the following common questions and answers about using Kubecost with Amazon EKS.

 **What is the Kubecost API retention (ETL) feature?** 

The Kubecost ETL feature aggregates and organizes metrics to surface cost visibility at various levels of granularity (such as `namespace-level`, `pod-level`, and `deployment-level`). For *Amazon EKS optimized Kubecost bundle*, customers get data and insights from metrics for the last 15 days.

 **What is the alerts and recurring reports feature? What alerts and reports does it include?** 

Kubecost alerts allow teams to receive updates on real-time Kubernetes spend as well as cloud spend. Recurring reports enable teams to receive customized views of historical Kubernetes and cloud spend. Both are configurable using the Kubecost UI or Helm values. They support email, Slack, and Microsoft Teams.

 **What do saved reports include?** 

Kubecost saved reports are predefined views of cost and efficiency metrics. They include cost by cluster, namespace, label, and more.

 **What is cloud billing integration?** 

Integration with AWS billing APIs allows Kubecost to display out-of-cluster costs (such as Amazon S3). Additionally, it allows Kubecost to reconcile Kubecost’s in-cluster predictions with actual billing data to account for spot usage, savings plans, and enterprise discounts.

 **What do savings recommendations include?** 

Kubecost provides insights and automation to help users optimize their Kubernetes infrastructure and spend.

 **Is there a charge for this functionality?** 

No. You can use *Amazon EKS optimized Kubecost bundle* at no additional charge. If you want additional Kubecost capabilities that aren’t included, you can buy an Enterprise License of Kubecost through the AWS Marketplace, or from Kubecost directly.

 **Is support available for *Amazon EKS optimized Kubecost bundle*?** 

Yes, only if you are using the *Amazon EKS optimized Kubecost bundle*.

 **How do I get support for *Amazon EKS optimized Kubecost bundle*?** 

You can open a support case with the AWS Support team at [Contact AWS](https://aws.amazon.com/contact-us/).

 **Do I need a license to use Kubecost features provided by the Amazon EKS integration?** 

No.

 **Can I integrate Kubecost with AWS Cost and Usage Report for more accurate reporting?** 

Yes. You can configure Kubecost to ingest data from AWS Cost and Usage Report to get accurate cost visibility, including discounts, Spot pricing, reserved instance pricing, and others. For more information, see [AWS Cloud Billing Integration](https://www.ibm.com/docs/en/kubecost/self-hosted/2.x?topic=integrations-aws-cloud-billing-integration) in the Kubecost documentation.

 **Does this version support cost management of self-managed Kubernetes clusters on Amazon EC2?** 

No. *Amazon EKS optimized Kubecost bundle* only compatible with Amazon EKS clusters.

 **Can Kubecost track costs for Amazon EKS on AWS Fargate?** 

Kubecost provides best effort to show cluster cost visibility for Amazon EKS on Fargate, but with lower accuracy than with Amazon EKS on Amazon EC2. This is primarily due to the difference in how you’re billed for your usage. With Amazon EKS on Fargate, you’re billed for consumed resources. With Amazon EKS on Amazon EC2 nodes, you’re billed for provisioned resources. Kubecost calculates the cost of an Amazon EC2 node based on the node specification, which includes CPU, RAM, and ephemeral storage. With Fargate, costs are calculated based on the requested resources for the Fargate Pods.

 **How can I get updates and new versions of Kubecost?** 

You can upgrade your Kubecost version using standard Helm upgrade procedures. For Kubecost v3, the latest versions are available at the new Helm chart location `public.ecr.aws/kubecost/kubecost`. Previous versions (v1 and v2) remain available in the [Amazon ECR Public Gallery](https://gallery.ecr.aws/kubecost/cost-analyzer).

**Important**  
When upgrading to Kubecost v3, note that the Helm chart location has changed from `public.ecr.aws/kubecost/cost-analyzer` to `public.ecr.aws/kubecost/kubecost`. Update your Helm repository references accordingly.

 **Is the `kubectl-cost` CLI supported? How do I install it?** 

Yes. `Kubectl-cost` is an open source tool by Kubecost (Apache 2.0 License) that provides CLI access to Kubernetes cost allocation metrics. To install `kubectl-cost`, see [Installation](https://github.com/kubecost/kubectl-cost#installation) on GitHub.

 **Is the Kubecost user interface supported? How do I access it?** 

Kubecost provides a web dashboard that you can access through `kubectl` port forwarding, an ingress, or a load balancer. You can also use the AWS Load Balancer Controller to expose Kubecost and use Amazon Cognito for authentication, authorization, and user management. For more information, see [How to use Application Load Balancer and Amazon Cognito to authenticate users for your Kubernetes web apps](https://aws.amazon.com/blogs/containers/how-to-use-application-load-balancer-and-amazon-cognito-to-authenticate-users-for-your-kubernetes-web-apps) on the AWS blog.

 **Does the new \$1100k spend limit in Kubecost v3 affect Amazon EKS users?** 

No. The \$1100,000 USD spend limit over 30 days introduced in Kubecost v3 free tier does not apply to *Amazon EKS optimized Kubecost bundle* users. EKS users retain full access to all Kubernetes spend functionality regardless of spend levels.

 **What are the main performance improvements in Kubecost v3?** 

Kubecost v3 introduces substantial performance improvements through its ClickHouse database backend, which provides dramatically faster queries compared to the DuckDB used in v2.8. Additionally, the unified agent architecture eliminates the Prometheus dependency, reducing memory footprint while maintaining full functionality and OpenCost compatibility.

 **What storage backend does Kubecost v3 use for multi-cluster deployments?** 

Kubecost v3 uses S3-compatible object storage (AWS S3 for EKS customers) for multi-cluster metrics storage, replacing the Prometheus-compatible storage used in v2. The FinOps agent collects metrics from the Kubernetes API and pushes them to S3-compatible storage. The Aggregator then retrieves this data, performs cost calculations, and displays the results in the frontend. For detailed multi-cluster setup instructions, see [Multi-Cluster Installation](https://www.ibm.com/docs/en/kubecost/self-hosted/3.x?topic=installation-multi-cluster) and [Secondary Clusters Guide](https://www.ibm.com/docs/en/kubecost/self-hosted/3.x?topic=cluster-secondary-clusters-guide) in the Kubecost documentation.

 **Can I upgrade directly from Kubecost v1 to v3?** 

No. Direct upgrade from v1 to v3 is not supported. You must first upgrade to v2, then migrate to v3. Review the Kubecost documentation for detailed migration guidance, as the process requires careful planning and may impact report availability during transition.

## Additional Kubecost Features
<a name="kubecost-additional"></a>
+ The following features are available in Kubecost v1, v2, and v3.
  +  **Export cost metrics** – Amazon EKS optimized cost monitoring is deployed with Kubecost. In v1 and v2, Kubecost integrates with Prometheus for metrics storage and processing. In v3, Kubecost uses a ClickHouse database for dramatically improved performance while maintaining OpenCost compatibility. For multi-cluster deployments in v3, metrics are stored in S3-compatible object storage (AWS S3 for EKS customers) instead of Prometheus-compatible storage. Kubecost reads metrics, performs cost allocation calculations, and provides data through its APIs and user interface. The architecture varies by version but maintains consistent functionality.  
![\[Kubecost architecture\]](http://docs.aws.amazon.com/eks/latest/userguide/images/kubecost-architecture.png)

    You can write queries to ingest Kubecost data into your current business intelligence system for further analysis. You can also use it as a data source for your current [Grafana](https://grafana.com/) dashboard to display Amazon EKS cluster costs that your internal teams are familiar with. To learn more about how to write queries, see the [OpenCost Configuration](https://opencost.io/docs/installation/prometheus/) documentation or use the example Grafana JSON models in the [Kubecost Github repository](https://github.com/kubecost/cost-analyzer-helm-chart/tree/develop/cost-analyzer) as references.
  +  ** AWS Cost and Usage Report integration** – To perform cost allocation calculations for your Amazon EKS cluster, Kubecost retrieves the public pricing information of AWS services and AWS resources from the AWS Price List API. You can also integrate Kubecost with ** AWS Cost and Usage Report** to enhance the accuracy of the pricing information specific to your AWS account. This information includes enterprise discount programs, reserved instance usage, savings plans, and spot usage. To learn more about how the AWS Cost and Usage Report integration works, see [AWS Cloud Billing Integration](https://www.ibm.com/docs/en/kubecost/self-hosted/3.x?topic=integrations-aws-cloud-billing-integration) in the Kubecost documentation.