Loki
- By Jose C. Massón
Channel | Version | Revision | Published | Runs on |
---|---|---|---|---|
latest/beta | 13 | 13 | 31 Jan 2022 | |
latest/edge | 31 | 31 | 11 May 2022 |
juju deploy loki-k8s --channel beta
You will need Juju 2.9 to be able to run this command. Learn how to upgrade to Juju 2.9.
Deploy Kubernetes operators easily with Juju, the Universal Operator Lifecycle Manager. Need a Kubernetes cluster? Install MicroK8s to create a full CNCF-certified Kubernetes system in under 60 seconds.
Platform:
Loki Charmed Operator for K8s
Description
Loki is an open-source fully-featured logging system. The Loki charmed operator deploys Loki in Kubernetes using Juju and the Charmed Operator Lifecycle Manager (OLM).
Quick start
Create a Juju model named observability
. This also sets the new model as the current one in the Juju command-line interface.
juju add-model observability
Deploy the Loki Operator from Charmhub to the current model using the Juju command-line interface:
juju deploy loki-k8s
If required, you can remove the deployment completely:
juju remove-application loki-k8s
or the whole model:
juju destroy-model -y observability --no-wait --force --destroy-storage
Note the --destroy-storage
will delete any data stored by Loki in its persistent store.