K8s FAQs
How do I grant Finout access to a dedicated S3 bucket for Kubernetes data?
{ "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Action": ["tag:GetTagKeys"], "Resource": "*" }, { "Effect": "Allow", "Action": ["s3:Get*", "s3:List*"], "Resource": "arn:aws:s3:::<BUCKET_NAME>/*" }, { "Effect": "Allow", "Action": ["s3:Get*", "s3:List*"], "Resource": "arn:aws:s3:::<BUCKET_NAME>" } ] }
Do I need a separate Cost Center for every Kubernetes cluster?
Can different Kubernetes clusters in the same cloud environment use different monitoring tools when integrated with Finout?
How do I integrate Prometheus with Finout using Google GKE or Azure AKS?
Where is the finout/finout-metrics-exporter image hosted?
What should I do if I'm using both Prometheus per-cluster and Centralized Prometheus Monitoring tools (e.g., Thanos, Mimir, VictoriaMetrics) in my account?
Do I need to add the Worker Node Role policy for every Kubernetes cluster?
How does Finout handle Sidecar InitContainers in cost allocation?
Do short-lived initContainers affect cost calculations?
When will I see Sidecar InitContainer costs in Finout after enabling the integration?
How can I reduce AMP costs when using Finout for Kubernetes cost allocation?
Which GKE labels from GCP billing data does Finout support, and why?
Where can I find the supported GKE labels in Finout?
Last updated
Was this helpful?