Skip to content

Commit 136e329

Browse files
committed
Kubecost AWS Terraform: Rename and add README
Signed-off-by: Dmitry Shurupov <[email protected]>
1 parent ca88f27 commit 136e329

File tree

10 files changed

+15
-0
lines changed

10 files changed

+15
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
Terraform modules to automate the deployment of Kubecost in AWS and
2+
integrate it with your EKS clusters:
3+
4+
1. _aws-kubecost-iam_ (`aws-kubecost-iam/`) is a Terraform module
5+
configuring IAM for each EKS cluster.
6+
2. _aws-kubecost-athena_ (`aws-kubecost-athena/`) is a Terraform module
7+
creating AWS resources: buckets, CUR (Cost and Usage Report), Spot feed,
8+
and Athena.
9+
10+
They are accompanied by an example of values for the [official Helm chart](https://docs.kubecost.com/install-and-configure/install/helm-install-params)
11+
to deploy Kubecost (`kubecost-helm-values.yaml`).
12+
13+
This code is used (and better described) in the following article:
14+
* [“Kubecost with AWS integration: Implementing and automating with Terraform”](https://blog.palark.com/kubecost-aws-terraform-automation/)
15+
(published in October 2024)

0 commit comments

Comments
 (0)