This guide describes several configuration options that you can customize for the Domino Cost Center.
You can download Domino Cost Center data in JSON format. You can then connect this JSON file to your Tableau or Power BI dashboard. This allows you to visualize the data and share it with your team members as needed.
Domino also offers the ability to integrate with cloud provider billing APIs, allowing for precise tracking and reporting of Domino’s cloud expenses. This integration can be set up either before or after the app is deployed.
Configure long-term storage for Domino Cost Center
Domino Cost Center lets you retain your cost data in blob storage for long-term analysis. Non-AWS users can manually provision their blob store and set up federated storage for their Cost Center. To provision your blob store and set up Cost Center federated storage:
-
In your Domino cluster, create a new file called
federated-store.yaml
. -
Format the contents of the file according to each cloud provider’s specifications:
-
Add a secret using
federated-store.yaml: kubectl create secret generic <secret_name> -n <namespace> --from-file=federated-store.yaml
. -
Set
.Values.kubecostModel.federatedStorageConfigSecret
to use your Kubernetes secret name.
-
Prevent overspending by setting budgets and sending alerts to stakeholders, administrators, and team members approaching their limits.
-
Learn more about automatic allocation of usage-based costs.