DevOps & SRE notes
12.2K subscribers
45 photos
19 files
2.52K links
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
Download Telegram
kubectl-validate is a SIG-CLI subproject to support the local validation of resources for native Kubernetes types and CRDs.

https://github.com/kubernetes-sigs/kubectl-validate
❀‍πŸ”₯1
This write-up from incident.io introduces the "Incident Maturity Model," a framework for evaluating and improving an organization's incident management processes. The model outlines three stages: Centralized, Distributed, and Democratized, offering a roadmap for growth.
https://incident.io/blog/the-incident-maturity-model
πŸ‘1
This tutorial from Steven Sklar on DEV Community explains how to implement Kubernetes-powered leader election in Go applications. It walks through the use of Kubernetes Leases and the client-go/tools/leaderelection package with a practical code example.
https://dev.to/sklarsa/how-to-add-kubernetes-powered-leader-election-to-your-go-apps-57jh
πŸ‘1
This comprehensive guide details the process of setting up a high-availability k3s Kubernetes cluster. It uses keepalived for a virtual IP, a Galera cluster for the database, and Longhorn for distributed block storage to ensure no single point of failure.
https://raymii.org/s/tutorials/High_Available_k3s_kubernetes_cluster_with_keepalived_galera_and_longhorn.html
πŸ‘3
⚠️ Ingress Nginx will be retired!

To prioritize the safety and security of the ecosystem, Kubernetes SIG Network and the Security Response Committee are announcing the upcoming retirement of Ingress NGINX πŸͺ¦

https://kubernetes.io/blog/2025/11/11/ingress-nginx-retirement/
1😒7❀3πŸŽ‰3πŸ’©2
This exploration by OpenSauced explains how they leverage Kubernetes Jobs to run OpenSSF Scorecard checks at a massive scale. The system is designed to assess the security posture of nearly any public repository on GitHub.
https://dev.to/opensauced/how-we-use-kubernetes-jobs-to-scale-openssf-scorecard-5bf2
❀2πŸ”₯1
This post offers an exploration of the fundamental traffic management capabilities within the Istio service mesh. Author Albert Riu covers core concepts like DestinationRules, VirtualServices, and Gateways to control and route traffic in a microservices architecture.
https://medium.com/@arivermar/exploring-the-basics-of-istio-traffic-management-cee13f0817c2
πŸ‘1
In this insightful piece, Lawrence Jones breaks down the nuances of measuring and understanding latency in distributed systems. The author emphasizes the importance of using percentiles and histograms over simple averages to get a true picture of system performance.
https://blog.lawrencejones.dev/latency/
πŸ‘2πŸ”₯1