mimir icon indicating copy to clipboard operation
mimir copied to clipboard

Is there a way to deploy with kubectl(one commad)?

Open jwcesign opened this issue 2 years ago • 2 comments

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!

jwcesign avatar Feb 15 '23 14:02 jwcesign

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.

pracucci avatar Feb 24 '23 16:02 pracucci

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?

jwcesign avatar Feb 25 '23 01:02 jwcesign