-
Notifications
You must be signed in to change notification settings - Fork 28
FinOps
Michael O'Brien edited this page Feb 25, 2024
·
8 revisions
Board: https://github.com/GoogleCloudPlatform/pubsec-declarative-toolkit/labels/FinOps
- $13 to $15.40/day with discounts down to $9.41-$11.43/day for a GKE cluster with 3.6vCores and 13G ram (all client packages installed)
Cluster with 1 package clz installed
Cluster with 4 packages clz + 4 client
- contains the GKE cluster at $9-14/day
- if VPC flow logs are on - look at an additional $8-15/day depending on when free tier/month kicks off for >.5 TB of storage
- net-host-project- = $0.36US/day in idle state
- with core-landing-zone above
- contains 3 GCE VMs at $24/day or $13/day on the N4's in the gcp-demo
- PAYG broken out is $50/day - make sure to use BYOL
https://github.com/GoogleCloudPlatform/pubsec-declarative-toolkit/issues/590#issuecomment-1792643614
you can point DND to the jira above or copy/paste to them
print quota with (total - inuse)
michael@cloudshell:~/metrics (bigquery-ol)$ gcloud compute regions describe us-central1 --format=json | jq --raw-output ".quotas[] | .metric , (.limit-.usage|tostring) "
....
NVIDIA_L4_GPUS
1
PREEMPTIBLE_NVIDIA_L4_GPUS
1
COMMITTED_NVIDIA_L4_GPUS
1
target a specific metric
michael@cloudshell:~/metrics (bigquery-ol)$ gcloud compute regions describe us-central1 --format=json | jq --raw-output ".quotas[] | select (.metric==\"COMMITTED_NVIDIA_L4_GPUS\") | .metric , (.limit-.usage|tostring) "
COMMITTED_NVIDIA_L4_GPUS
1