Skip to content

learnk8s/kubernetes-instance-calculator-data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

k8s data feed

Export a list of instances with:

node run.js crunch

generate the input files

aws ec2 describe-instance-types --instance-types > input/aws.json
gcloud compute machine-types list  --filter="zone:us-east1-b" > input/gcp.txt
az vm list-sizes --location eastus > input/azure.json

generate the pricing files

download csv from https://instances.vantage.sh/ and convert to json file
wget https://cloudpricingcalculator.appspot.com/static/data/pricelist.json -O input/gcp-pricing.json
download json from https://azureprice.net/

Calculator

Please check the Kubernetes instance calculator that uses the raw data https://learnk8s.io/kubernetes-instance-calculator

About

A collection of scripts to retrieve instance types and pricing from AWS, GCP and Azure.

Topics

Resources

License

Stars

Watchers

Forks