Install Kubecost
Deploy kubecost if it is not already running in aizen-infra namespace
helm repo add kubecost https://kubecost.github.io/cost-analyzer/
helm -n aizen-infra install kubecost kubecost/cost-analyzer \
--set kubecostToken="aGVsbUBrdWJlY29zdC5jb20=xm343yadf98" \
--set persistentVolume.storageClass=$STORAGE_CLASS \
--set prometheus.server.persistentVolume.storageClass=$STORAGE_CLASS \
--set prometheus.server.global.external_labels.cluster_id=$CLUSTER_NAME \
--set kubecostProductConfigs.clusterName=$CLUSTER_NAME \
--set kubecostProductConfigs.customPricesEnabled=true \
--set global.env[0].name="CUSTOM_COST_ENABLED" \
--set global.env[0].value=true \
--set ingress.enabled=true \
--set ingress.classname=nginx \
--set ingress.paths[0]=/kubecost \
--set ingress.hosts[0]="" \
--set kubecostProductConfigs.defaultModelPricing.CPU="72.5" \
--set kubecostProductConfigs.defaultModelPricing.spotCPU="72.5" \
--set kubecostProductConfigs.defaultModelPricing.RAM="18.5" \
--set kubecostProductConfigs.defaultModelPricing.SpotRAM="18.5" \
--set kubecostProductConfigs.defaultModelPricing.GPU="725" \
--set kubecostProductConfigs.defaultModelPricing.SpotGPU="725" \
--set kubecostProductConfigs.defaultModelPricing.storage="0"