--- title: "Introduction" description: "The Loki Operator provides Kubernetes native deployment and management of Loki and related logging components" lead: "" date: 2022-06-21T08:48:45+00:00 lastmod: 2022-06-21T08:48:45+00:00 draft: false images: [] menu: docs: parent: "prologue" weight: 100 toc: true --- The Loki Operator provides [Kubernetes](https://kubernetes.io/) native deployment and management of [Loki](https://github.com/grafana/loki) and related logging components. The purpose of this project is to simplify and automate the configuration of a Loki based logging stack for Kubernetes clusters. The Loki operator includes, but is not limited to, the following features: * Kubernetes Custom Resources: Use Kubernetes custom resources to deploy and manage Loki, Alerting rules, Recording rules, and related components. * Simplified Deployment Configuration: Configure the fundamentals of Loki like tenants, limits, replication factor and storage from a native Kubernetes resource. ## Get started ### Quick Start One page summary of how to start with the Loki Operator. [Quick Start →]({{< ref "quickstart" >}})