Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 916 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 916 Bytes

Cost Optimization with Kubecost

In this workshop, you will learn how use Kubecost Cost Analyzer tool to measure the cost allocation of various resources in your EKS cluster. You will also learn how to access the same information using the Kubecost APIs and integrate Kubecost with Amazon Managed Prometheus (AMP) for monitoring at scale.

Building the Website

This page is built with Hugo, so you'll need it installed

First, clone this repo:

git clone [email protected]:aws-samples/aws-modernization-with-kubecost.git

Ensure you've also cloned the submodules:

git submodule init
git submodule update

Then serve the website with hugo:

hugo server

Learning Objectives

  • What is Kubecost and OpenCost?
  • How to deploy it on EKS Cluster
  • How to use Kubecost to monitor and optimize cluster spending