Like Prometheus, but for logs.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
loki/operator/docs/prologue/quickstart.md

1.1 KiB

title description lead lastmod draft images menu weight toc
Quick Start Quick Start 2021-03-08T08:48:57+00:00 false [] [{docs [{parent prologue}]}] 200 true

One page summary on how to start with Loki Operator and LokiStack.

Requirements

The easiest way to start with the Loki Operator is to use Kubernetes kind.

Deploy from Github repository

The simplest form to deploy the Loki Operator and a LokiStack for demo purposes is:

make quickstart

If you want to test local changes from your repository fork, you need to provide an image registry organization that you own that has an image repository name loki-operator, e.g. quay.io/my-company-org/loki-operator. The command to use your custom images is:

make quickstart REGISTRY_BASE=quay.io/my-company-org

Further reading

For detailed instructions on how to start hacking on the Loki Operator, please follow one of the two guides:

  • [Hack using an image registry →]({{< ref "hack_loki_operator.md" >}})
  • [Hack using make run →]({{< ref "hack_operator_make_run.md" >}})