en
Feedback
DevOps & SRE notes

DevOps & SRE notes

Open in Telegram

Helpful articles and tools for DevOps&SRE WhatsApp: https://whatsapp.com/channel/0029Vb79nmmHVvTUnc4tfp2F For paid consultation (RU/EN), contact: @tutunak All ways to support https://telegra.ph/How-support-the-channel-02-19

Show more
12 591
Subscribers
+1524 hours
+687 days
+23430 days
Attracting Subscribers
June '26
June '26
+38
in 0 channels
May '26
+326
in 0 channels
Get PRO
April '26
+329
in 0 channels
Get PRO
March '26
+197
in 5 channels
Get PRO
February '26
+203
in 0 channels
Get PRO
January '26
+197
in 0 channels
Get PRO
December '25
+176
in 0 channels
Get PRO
November '25
+178
in 1 channels
Get PRO
October '25
+158
in 1 channels
Get PRO
September '25
+41
in 1 channels
Get PRO
August '25
+1 262
in 1 channels
Get PRO
July '25
+3 699
in 9 channels
Get PRO
June '25
+3 743
in 3 channels
Get PRO
May '25
+1 435
in 3 channels
Get PRO
April '25
+936
in 3 channels
Get PRO
March '25
+241
in 2 channels
Get PRO
February '25
+189
in 0 channels
Get PRO
January '25
+579
in 1 channels
Get PRO
December '24
+1 109
in 1 channels
Get PRO
November '24
+435
in 0 channels
Get PRO
October '24
+462
in 2 channels
Get PRO
September '24
+617
in 1 channels
Get PRO
August '24
+704
in 0 channels
Get PRO
July '24
+374
in 0 channels
Get PRO
June '24
+420
in 0 channels
Get PRO
May '24
+505
in 1 channels
Get PRO
April '24
+610
in 0 channels
Get PRO
March '24
+710
in 1 channels
Get PRO
February '24
+1 527
in 0 channels
Get PRO
January '24
+549
in 0 channels
Get PRO
December '23
+159
in 0 channels
Get PRO
November '23
+10 415
in 0 channels
Get PRO
October '23
+29
in 0 channels
Get PRO
September '23
+9 830
in 0 channels
Get PRO
August '23
+2 956
in 0 channels
Get PRO
July '23
+7 034
in 0 channels
Get PRO
June '23
+29
in 0 channels
Get PRO
May '23
+1 145
in 0 channels
Get PRO
April '23
+4 704
in 0 channels
Get PRO
March '23
+19
in 0 channels
Get PRO
February '23
+1 098
in 0 channels
Date
Subscriber Growth
Mentions
Channels
04 June+1
03 June+16
02 June+15
01 June+6
Channel Posts
Networking within container orchestration can often seem like a black box to developers. This explanation aims to demystify Kubernetes CNI providers and how they manage connectivity. https://medium.com/@csinclair11/demystifying-kubernetes-cni-providers-5ed79569c797

2
The article details how to implement production-grade distributed tracing for complex multi-agent AI workflows using OpenTelemetry. https://developers.redhat.com/articles/2026/04/06/distributed-tracing-agentic-workflows-opentelemetry#
964
3
Many organizations are looking for more efficient logging solutions than the traditional stack. This comparison highlights a modern alternative to ELK that aims to reduce complexity and resource usage. https://osuite.io/articles/modern-alternative-to-elk
1 679
4
kro | Kube Resource Orchestrator https://github.com/kubernetes-sigs/kro
1 842
5
This informative post details a clever method for securing Grafana dashboards when using Google Cloud Identity-Aware Proxy. You will learn how to seamlessly integrate these two powerful technologies for enhanced access control. https://www.vidbregar.com/blog/grafana-gcp-iap
2 332
6
Managing expenses in the cloud requires a strategic approach beyond just looking at bills. A senior engineer shares valuable insight into optimizing costs effectively in this detailed read. https://medium.com/@razkevich8/cloud-cost-optimization-a-senior-engineers-guide-d49ed4606de1
2 201
7
A popular & widely deployed Open Source Container Native Storage platform for Stateful Persistent Applications on Kubernetes. https://github.com/openebs/openebs
2 225
8
The observability market is shifting from volume-based data ingestion to a value-driven model due to the unsustainable costs of scaling cloud-native and AI workloads. Driven by innovations like Chronosphere’s "Logs 2.0" and its subsequent acquisition by Palo Alto Networks, the industry is prioritizing "signal discipline"β€”retaining only actionable telemetryβ€”and integrating observability directly into broader AI and security platforms. https://siliconangle.com/2026/02/05/observability-cost-ai-scale-chronosphere-opensourcesummit/
2 524
9
One left
One left
161
10
β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” ) CC ✻ β”Š ( ) CC ✻ β”Š ( ) CC ✻ β”Š ( β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜ β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜ β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜ Claude Code gave me three "tickets" for a free week. You can grab them using this link: https://claude.ai/referral/NXtyf-cgbQ
2 416
11
Uber engineered an automated approach to migrate its massive Java monorepo (over 600,000 tests, 15 million lines of code) from the deprecated JUnit 4 to JUnit 5. Facing challenges like the lack of native JUnit 5 support in their Bazel build system and custom test configurations, they successfully migrated over 75,000 test classes and 1.25 million lines of code in just four months without disrupting developer workflows. https://www.uber.com/us/en/blog/junit-migration/
2 436
12
The article explains that while Kubernetes excels at scheduling and isolating workloads, it lacks the context to secure Large Language Models (LLMs), which process untrusted natural language inputs. Highlighting four key risks from the OWASP Top 10 for LLMs, the author argues that security controls shouldn't live within the model runtime (like Ollama). Instead, organizations need a dedicated, LLM-aware policy layer (such as LiteLLM, Kong AI Gateway, or Portkey) in front of the model to enforce validation, filtering, and authorization. https://www.cncf.io/blog/2026/03/30/llms-on-kubernetes-part-1-understanding-the-threat-model/
2 541
13
https://github.com/V4bel/dirtyfrag
2 447
14
No text...
1
15
Bulk port forwarding Kubernetes services for local development. https://github.com/txn2/kubefwd
2 381
16
The article features an interview with Landon Clipp, who built a multi-tenant GPU-based CaaS platform. - Bypassing the NVIDIA GPU Operator - Why gVisor Fails for GPUs - VM Boot Delays - Firmware and Memory Security - Ideal Workload https://kube.fm/gpu-containers-as-a-service-landon
2 508
17
Kubernetes Goat is a "Vulnerable by Design" cluster environment to learn and practice Kubernetes security using an interactive hands-on playground πŸš€ https://github.com/madhuakula/kubernetes-goat
2 490
18
Any user with Argo CD application get permissions can extract real Kubernetes Secret values including service account tokens, TLS certificates, database credentials, and API keys. On Applications where IncludeMutationWebhook=true is already set, exploitation requires only read-only Argo CD access. https://github.com/argoproj/argo-cd/security/advisories/GHSA-3v3m-wc6v-x4x3
2 394
19
πŸš€2.3x faster than MinIO for 4KB object payloads. RustFS is an open-source, S3-compatible high-performance object storage system supporting migration and coexistence with other S3-compatible platforms such as MinIO and Ceph. https://github.com/rustfs/rustfs
2 256
20
⚰️ Minio was archived on Apr 25, 2026 https://github.com/minio/minio
2 229