/deploy-thanos-kubernetes

example thanos deployment on kubernetes

Primary LanguageJsonnetApache License 2.0Apache-2.0

deploy-thanos-kubernetes

Example thanos deployment on kubernetes to use along with kube-prometheus. Code for this repo is taken from kube-thanos and slight modifcations made.

Configure thanos on kubernetes cluster

Create namespace named 'monitoring' if doesn't exist (This example project is created to use along with kube-prometheus, so "monitoring" namespace should be already created after following instructions over there)

kubectl create ns monitoring
kubectl apply -f manifests

Compile yourself

Pre-requistes

Generate manifest files

./build.sh