https://github.com/neticdk/k8s-oaas-observability
Observability (logs, metrics, and traces) stack for Kubernetes.
https://github.com/neticdk/k8s-oaas-observability
helm kubernetes oaas prometheus
Last synced: 5 months ago
JSON representation
Observability (logs, metrics, and traces) stack for Kubernetes.
- Host: GitHub
- URL: https://github.com/neticdk/k8s-oaas-observability
- Owner: neticdk
- License: mit
- Created: 2021-01-07T15:50:35.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2026-01-12T06:36:57.000Z (5 months ago)
- Last Synced: 2026-01-12T16:31:51.700Z (5 months ago)
- Topics: helm, kubernetes, oaas, prometheus
- Language: Smarty
- Homepage:
- Size: 2.18 MB
- Stars: 10
- Watchers: 3
- Forks: 4
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Kubernetes Observability Stack
The repository contains components and Helm charts to deploy a standard observability stack
to a Kubernetes cluster consisting of log collection, metrics, and traces.
## TL;DR
Install the main Helm chart `oaas-observability` by adding the Helm repository and doing an install
as so:
```bash
$ helm repo add netic-oaas https://neticdk.github.io/k8s-oaas-observability
$ helm install my-release netic-oaas/oaas-observability
```
Details is found in the [oass-observability](./charts/oaas-observability) chart documentation. See also a more thorough
description of [Operation as a Service (OaaS)](oaas.md).