I'm looking for advice on how to install Thanos without relying on Bitnami charts. If anyone has recommendations or alternative methods, I'd really appreciate it!
2 Answers
Check out the kube-thanos GitHub repo, which can assist you in setting things up without Bitnami charts. It's a good resource for that!
You don't necessarily have to use Bitnami charts. I actually use the official Thanos Docker image instead of Bitnami's, and it works perfectly as a drop-in replacement—no issues with the Secure Images change at all!
Do you know if other charts offer similar drop-in replacement images?
I tried that recently and it's been running smoothly for me too!
Thanks for the suggestion! I glanced at it, but it seems a bit non-standard. Is there a more typical approach? We might go with kube-thanos if nothing else works.