Skip to content

parseablehq/operator

Repository files navigation

Parseable Logo
Parseable Kubernetes Operator

Docker Pulls Slack Docs Build

Parseable is a lightweight, cloud native log observability engine. Written in Rust, Parseable is built for high ingestion rates and low resource consumption. It is compatible with all major log agents and can be configured to collect logs from any source. Read more in Parseable docs.

Parseable Operator

The Parseable Kubernetes operator deploys and manages Parseable instances in a Kubernetes cluster. The operator allows creating multi-tenant Parseable instances. Read deployment and CRD details in the Operator documentation.

Installation

The Parseable operator can be installed using Helm:

helm repo add parseable https://charts.parseable.io
helm install parseable-operator parseable/operator --create-namespace --namespace parseable-operator
kubectl apply -f https://raw.githubusercontent.com/parseablehq/operator/main/config/samples/parseable-ephemeral.yaml

Attribution

Parseable operator uses DSOI Spec and Operator Runtime project to decouple application logic from the Operator CRD.