Skip to content

This is an example of monitoring Cortex by adding prometheus and grafana using kustomize

License

Notifications You must be signed in to change notification settings

qclaogui/cortex-kustomize-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cortex-kustomize-demo

This is an example of monitoring Cortex by adding prometheus and grafana using kustomize

Generate customized YAML with:

kustomize build deploy/overlays/dev > deploy/overlays/dev/deploy.yaml

The YAML can be directly applied to a cluster:

kustomize build deploy/overlays/dev | kubectl apply -f -

or

kustomize build https://github.com/qclaogui/cortex-kustomize-demo/deploy/overlays/dev?ref=main | kubectl apply -f -

About

This is an example of monitoring Cortex by adding prometheus and grafana using kustomize

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published