resources created under a certain k8s cluster
Resources under the cluster, e.g. nodes are created outside the cluster, using e.g. Terraform or other tools - these tools typically has features to add tags for tracking costs.
We use standard yaml files for k8s deployment in GKE.
This is resources created within the cluster, those are not typically tracked by the cloud provider, since you only pay for the underlying infrastructure e.g. nodes and network traffic.
So to track this in a more granular way, you typically has to install an add-on like e.g. kubecost, so that you can see e.g. how big part of your costs is consumed by "team A".
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…