Skip to content

Fe2O32k24/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.

About

Parseable Kubernetes Operator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 72.5%
  • Makefile 16.8%
  • Smarty 4.3%
  • Shell 3.5%
  • Dockerfile 2.9%