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
Sashank Agarwal b8e997343d
[operator] Add degraded condition when gateway is enabled and tenants spec is nil (#5383)
4 years ago
..
.bingo
api/v1beta1
bundle Switch provider from Red Hat to Grafana Loki SIG operator 4 years ago
cmd Fix `go.mod` path of operator (#5287) 4 years ago
config Switch provider from Red Hat to Grafana Loki SIG operator 4 years ago
controllers Fix `go.mod` path of operator (#5287) 4 years ago
docs Cleaning up deploy-example-secret.sh (#5374) 4 years ago
hack Cleaning up deploy-example-secret.sh (#5374) 4 years ago
internal [operator] Add degraded condition when gateway is enabled and tenants spec is nil (#5383) 4 years ago
tools
.dockerignore
.gitignore
.golangci.yaml
ADOPTERS.md Fix operator entrypoint markdown files (#4976) 4 years ago
CHANGELOG.md Provide saner default for loki-operator managed chunk_target_size (#4975) 4 years ago
CONTRIBUTING.md
Dockerfile
Makefile Cleaning up deploy-example-secret.sh (#5374) 4 years ago
PROJECT
README.md Fix logo on operator README.md (#4984) 4 years ago
_config.yml
bundle.Dockerfile
calculator.Dockerfile
go.mod Fix `go.mod` path of operator (#5287) 4 years ago
go.sum
index.md Switch provider from Red Hat to Grafana Loki SIG operator 4 years ago
main.go Fix `go.mod` path of operator (#5287) 4 years ago

README.md

Loki Logo

Loki Operator

This is the Kubernetes Operator for Loki provided by the Grafana Loki SIG operator. This is currently a work in progress and is subject to large scale changes that will break any dependencies. Do not use this in any production environment.

Development

Requirements:

  1. Running Kubernetes cluster. Our team uses KinD or K3s for simplicity.
  2. A container registry that you and your Kubernetes cluster can reach. We recommend quay.io.

Build and push the container image and then deploy the operator with make oci-build oci-push deploy IMG=quay.io/my-team/loki-operator:latest. This will deploy to your active Kubernetes/OpenShift cluster defined by your local kubeconfig.

For detailed step-by-step guide on how to start development and testing on Kind and OpenShift, check our documentation

Also, there is a document which demonstrates how to use Loki Operator for development and testing locally without deploying the operator each time on Kind and OpenShift.