Configuration Options for Cost Center

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:

  1. In your Domino cluster, create a new file called federated-store.yaml.

  2. Format the contents of the file according to each cloud provider’s specifications:

  3. Add a secret using federated-store.yaml: kubectl create secret generic <secret_name> -n <namespace> --from-file=federated-store.yaml.

  4. Set .Values.kubecostModel.federatedStorageConfigSecret to use your Kubernetes secret name.

Cloud integration for Domino Cost Center

Non-AWS users can manually provision their cost usage report and set up cloud integration for Cost Center. To retrieve billing information from your cloud provider, contact your Domino representative to set up Cost Center Cloud Billing Integration.

Next Steps