OpenShift
OpenShift
In this configuration you can deploy the data forwarder with OpenShift (e.g. Authenticated Prometheus). Refer to Example: bearer-openshift for details.
Figure: Container Data Collection Using Authenticated Prometheus
See Container Data Collection Prerequisites for details on prerequisite software.

Amazon Managed Prometheus
Amazon Managed Prometheus
In this example the data forwarder is setup in an EKS cluster to connect to Amazon Managed Prometheus (AMP) and send container data to Densify on an hourly basis. Using an EKS cluster allows you to use EKS’s ability to associate an IAM role with a Kubernetes service account and configure your pods to use the service account. This is the preferred way to connect to AMP.
Figure: Container Data Collection Using EKS-AMP

- Supports EKS as well as other Amazon Kubernetes deployments
- See https://github.com/densify-dev/container-data-collection/tree/main/multi-cluster/examples/amp for details on deploying the data forwarder with AMP.
Azure Managed Prometheus
Azure Managed Prometheus
Azure Monitor managed service for Prometheus can be used when deploying AKS clusters.
Figure: Container Data Collection Using Azure Monitor with Managed Prometheus

- Supports Azure Managed Service for Prometheus (AzMP) for container data collection.
- See https://github.com/densify-dev/container-data-collection/tree/main/multi-cluster/examples/azmp for details on deploying the data forwarder with AzMP.
Other Observability platforms that support the Prometheus API with basic authentication
Other Observability platforms that support the Prometheus API with basic authentication
The data forwarder can be setup to connect to Prometheus or an observability platform that supports the Prometheus API with HTTP basic authentication and sends container data from multiple clusters to Densify on an hourly basis.
Figure: Container Data Collection from an Observability Platform

- Supports Prometheus with basic authentication (e.g., Grafana Cloud)
- See https://github.com/densify-dev/container-data-collection/tree/main/multi-cluster/examples/basic for details on deploying the data forwarder using an observability platform.