mimir
mimir copied to clipboard
Is there a way to deploy with kubectl(one commad)?
Is your feature request related to a problem? Please describe.
None
Describe the solution you'd like
I want to deploy with kubectl apply -f xxx, then it's quite easy for me to change the yaml configuration(like promethus). Helm installs too many things(and the configuration is too complex).
Describe alternatives you've considered
none
Additional context
none
Thanks!
Mimir is a distributed system. The easiest way to deploy it is with the Helm chart. If you run on Kubernetes and want to run Mimir in production, we recommend using Helm, which hides all the complexity of configuring it.
Hi @pracucci , thanks for answering. For non-production environment(CI), I prefer to deploy with one kubectl apply command(with -target=all). Can I do this and give a PR?