Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/parseablehq/operator
Parseable Kubernetes Operator
https://github.com/parseablehq/operator
Last synced: 2 months ago
JSON representation
Parseable Kubernetes Operator
- Host: GitHub
- URL: https://github.com/parseablehq/operator
- Owner: parseablehq
- License: agpl-3.0
- Created: 2023-03-06T04:11:39.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-03T14:36:21.000Z (about 1 year ago)
- Last Synced: 2024-01-03T15:49:05.353Z (about 1 year ago)
- Language: Go
- Size: 295 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Parseable Kubernetes Operator[![Docker Pulls](https://img.shields.io/docker/pulls/parseable/parseable?logo=docker&label=Docker%20Pulls)](https://hub.docker.com/r/parseable/parseable)
[![Slack](https://img.shields.io/badge/slack-brightgreen.svg?logo=slack&label=Community&style=flat&color=%2373DC8C&)](https://launchpass.com/parseable)
[![Docs](https://img.shields.io/badge/stable%20docs-parseable.io%2Fdocs-brightgreen?style=flat&color=%2373DC8C&label=Docs)](https://www.parseable.io/docs)
[![Build](https://img.shields.io/github/checks-status/parseablehq/parseable/main?style=flat&color=%2373DC8C&label=Checks)](https://github.com/parseablehq/parseable/actions)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](https://www.parseable.io/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](https://www.parseable.io/docs/installation/kubernetes-operator).
## Installation
The Parseable operator can be installed using Helm:
```bash
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](https://github.com/datainfrahq/dsoi-spec) and [Operator Runtime](https://github.com/datainfrahq/operator-runtime) project to decouple application logic from the Operator CRD.