nitisht / operator

Parseable Kubernetes Operator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

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/parseable/main/config/samples/parseable-ephemeral.yaml

About

Parseable Kubernetes Operator

License:GNU Affero General Public License v3.0


Languages

Language:Go 80.5%Language:Makefile 11.9%Language:Smarty 3.0%Language:Shell 2.5%Language:Dockerfile 2.1%