Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/groundcover-com/murre
Murre is an on-demand, scaleable source of container resource metrics for K8s.
https://github.com/groundcover-com/murre
cli kubernetes monitoring
Last synced: 25 days ago
JSON representation
Murre is an on-demand, scaleable source of container resource metrics for K8s.
- Host: GitHub
- URL: https://github.com/groundcover-com/murre
- Owner: groundcover-com
- License: apache-2.0
- Created: 2022-10-01T09:53:29.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-27T16:18:39.000Z (over 1 year ago)
- Last Synced: 2024-11-09T17:41:49.798Z (about 1 month ago)
- Topics: cli, kubernetes, monitoring
- Language: Go
- Homepage: https://www.groundcover.com/blog/murre
- Size: 1.25 MB
- Stars: 310
- Watchers: 12
- Forks: 18
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-repositories - groundcover-com/murre - Murre is an on-demand, scaleable source of container resource metrics for K8s. (Go)
README
Murre
On demand Kubernetes metrics at scale
Read More »
[![slack](https://cdn.bfldr.com/5H442O3W/at/pl546j-7le8zk-e2zxeg/Slack_Mark_Monochrome_White.png?auto=webp&format=png&width=50&height=50)](https://www.groundcover.com/join-slack)
## What is Murre?
Murre is an **on-demand, scaleable source of container resource metrics for K8s**.Murre fetchs CPU & memory resource metrics directly from the kubelet on each K8s Node.
Murre also enriches the resources with the relevant K8s requests and limits from each PodSpec.## Why Murre?
Murre is a simple, stateless and minimalistic approach to K8s resource monitoring that works at any scale.
Murre is free of any third-party dependencies, requiring nothing to be installed on the cluster.## Installing Murre
```go
go install github.com/groundcover-com/murre@latest
```## Using Murre
- Detect pods and containers with high CPU or memory utilization
```bash
murre --sortby-cpu-util
```
- Find out how much of CPU and memory does a specific pod consumes
```bash
murre --pod kong-51xst
```
- Focus on the resource consumption metrics in a specific namespace
```bash
murre --namespace production
```