Image Overview: cortex-fips

Overview: cortex-fips Chainguard Image

Cortex provides horizontally scalable, highly available, multi-tenant, long term storage for Prometheus.

Download this Image

The image is available on cgr.dev:

docker pull cgr.dev/chainguard-private/cortex-fips:latest

Usage

For full instructions on using cortex, refer to the official documentation. The GitHub repository can also be found here.

Helm

To deploy cortex via helm, please refer to the official helm charts documentation and the helm charts repository for comprehensive instructions, which includes supported parameters

Below is an example of how to use the helm chart, overriding the image with the chainguard image:

helm repo add cortex-helm https://cortexproject.github.io/cortex-helm-chart
helm repo update

helm install cortex --namespace cortex cortex-helm/cortex \
 --set image.repository=cgr.dev/chainguard/cortex \
 --set image.tag=latest

Last updated: 2024-04-11 12:38