Skip to content

Files

Latest commit

 

History

History

aks_kubecost

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Install

terraform init
terraform plan -out tf.plan
terraform apply ./tf.plan

Check & use kubecost

az aks get-credentials -g aks-kubecost -n aksmsftkubecost
kubectl get pods -n kubecost
kubectl port-forward -n kubecost svc/kubecost-cost-analyzer 9090:9090

Browse to http://localhost:9090

References: