Sysadmin Tools πŸ‡ΊπŸ‡¦
4.04K subscribers
696 photos
28 videos
302 files
5.18K links
Sysadmin/DevOps tools, news and other interesting things from modern IT world.
Feed https://t.me/s/sysadmin_tools | Proton services with 2 weeks for free - https://pr.tn/ref/0TDB0YT5
Download Telegram
chernoffOT

Real-time service monitoring with Chernoff faces. Spot outages at a glance β€” happy faces mean healthy services, angry faces mean something's wrong.


https://github.com/ashinvinod/chernoffOT

#observability #monitoring
Lux

A drop-in Redis replacement. 3-5x faster.
Multi-threaded. Written in Rust.


https://github.com/lux-db/lux

#redis #rust
Vykar Backup

A fast, encrypted, deduplicated backup tool written in Rust centered around a friendly YAML config file.

Inspired by BorgBackup, Borgmatic, Restic, and Rustic. Vykar uses its own on-disk format and is not compatible with Borg or Restic repositories.


https://github.com/borgbase/vykar

#backup #restic #borg #rustic
Benchmarking Kubernetes Log Collectors: vlagent, Vector, Fluent Bit, OpenTelemetry Collector, and more

https://victoriametrics.com/blog/log-collectors-benchmark-2026

#k8s #kubernetes #logs #events #opentelemetry
What we learned from a 22-Day storage bug (and how we fixed it)

https://www.mux.com/blog/22-day-storage-bug

#cdn #sorage #debug
The kubernetes/ingress-nginx repository has finally been archived. It happened right on the KubeCon stage just a couple of hours ago.

P.S. Previously, we covered the recent ingress2gateway v1.0 release and some other related tools.

#news #networking
πŸ’©1
Sysadmin Tools πŸ‡ΊπŸ‡¦
https://gitlab.com/gitlab-org/gitlab/-/work_items/591051 fix is almost there... 🫀
18.8.6>18.8.7>18.10.1

it's time to update your GitLab🀠
Please open Telegram to view this post
VIEW IN TELEGRAM
🫑2
Ministack: the free LocalStack replacement

https://github.com/Nahuel990/ministack

#aws #docker #cloud #localstack
😱3✍1
Firn

Firn is a high-performance, multi-tenant vector and full-text search engine backed by object storage (S3 / MinIO / R2 / GCS). It is designed as a credible open-source alternative to turbopuffer, proving that a professional-grade tiered storage architecture (RAM β†’ NVMe β†’ S3) is achievable entirely from open-source components.
The cost efficiency of S3 with the speed of local RAM. A multi-tenant vector and full-text search engine backed by S3. Built with LanceDB and Foyer for microsecond-scale search latency on top of object storage.


https://github.com/gordonmurray/firnflow

#s3 #minio #search #backend
Forwarded from John Doe
Tune in to our next Virtual Meetup – Live April 16th at 5 pm GMT / 6 pm CEST / 9 am PT on our YouTube Channel

πŸ“” Agenda:
🟣 VictoriaMetrics Roadmap Update
πŸš€ Anomaly Detection & Cloud
πŸ“Œ VictoriaLogs Roadmap
🌍 Community News + AMA

Don’t miss the chance to learn, ask questions, and connect with the VictoriaMetrics community!
πŸ‘6
SlateDB

SlateDB is an embedded storage engine built as a log-structured merge-tree. Unlike traditional LSM-tree storage engines, SlateDB writes data to object storage (S3, GCS, ABS, MinIO, Tigris, and so on). Leveraging object storage allows SlateDB to provide bottomless storage capacity, high durability, and easy replication. The trade-off is that object storage has a higher latency and higher API cost than local disk.

https://github.com/slatedb/slatedb

#rocksdb #database #storage #embedded #objectstorage #lsm