DevOps&SRE Library
18.4K subscribers
465 photos
4 videos
2 files
4.98K links
Библиотека статей по теме DevOps и SRE.

Реклама: @ostinostin
Контент: @mxssl

РКН: https://www.gosuslugi.ru/snet/67704b536aa9672b963777b3
Download Telegram
Service Meshes Decoded Part One: A performance comparison of Istio vs Linkerd vs Cilium

A service mesh is a dedicated infrastructure layer that facilitates service-to-service communications between services or microservices using a proxy.


https://livewyer.io/blog/2024/05/08/comparison-of-service-meshes
1
how istio dns proxy improve dns performance, capabilities to resolve dns inter mesh cluster or outside mesh cluster, and distinguish multiple TCP services on the same port

https://medium.com/@espinaladrinaldi/how-istio-dns-proxy-improve-dns-performance-capabilities-to-resolve-dns-inter-mesh-cluster-or-546e03a44610
1
alpine, distroless or scratch?

I recently migrated the 4 Golang apps of the Online Boutique sample apps from alpine to scratch and its .NET app from alpine to chiseled. Here are some the things I have learned while doing that.


https://medium.com/google-cloud/alpine-distroless-or-scratch-caac35250e0b
1
Two-node HA Kubernetes for edge computing cost savings

Our 2-node HA architecture uses Spectro Cloud’s existing, battle-tested edge solution, which builds upon open source components including kairos, k3s, kube-vip, harbor, and system-upgrader-controller.


https://itnext.io/two-node-ha-kubernetes-for-edge-computing-cost-savings-9a009eb076ac
1
Talos - An Immutable OS for Kubernetes

For some time now, I have been interested in Talos, an operating system for Kubernetes. I installed my first Talos cluster in November 2023, and my “production” (composed of 3 Raspberry Pi) is now running on this OS.


https://a-cup-of.coffee/blog/talos
1
multus-cni

Multus CNI enables attaching multiple network interfaces to pods in Kubernetes.


https://github.com/k8snetworkplumbingwg/multus-cni
1
kube-startup-cpu-boost

Kube Startup CPU Boost is a controller that increases CPU resource requests and limits during Kubernetes workload startup time. Once the workload is up and running, the resources are set back to their original values.


https://github.com/google/kube-startup-cpu-boost
4
rbac-wizard

RBAC Wizard is a tool that helps you visualize and analyze the RBAC configurations of your Kubernetes cluster. It provides a graphical representation of the Kubernetes RBAC objects.


https://github.com/pehlicd/rbac-wizard
1
kubediff

Source VS Deployed


https://github.com/Ramilito/kubediff
1
cluster-template

A template for deploying a Talos Kubernetes cluster including Flux for GitOps


https://github.com/onedr0p/cluster-template
1
1
Continuous reinvention: A brief history of block storage at AWS

Marc Olson has been part of the team shaping Elastic Block Store (EBS) for over a decade. In that time, he’s helped to drive the dramatic evolution of EBS from a simple block storage service relying on shared drives to a massive network storage system that delivers over 140 trillion daily operations.

In this post, Marc provides a fascinating insider’s perspective on the journey of EBS. He shares hard-won lessons in areas such as queueing theory, the importance of comprehensive instrumentation, and the value of incrementalism versus radical changes. Most importantly, he emphasizes how constraints can often breed creative solutions. It’s an insightful look at how one of AWS’s foundational services has evolved to meet the needs of our customers (and the pace at which they’re innovating).


https://www.allthingsdistributed.com/2024/08/continuous-reinvention-a-brief-history-of-block-storage-at-aws.html
1
docmost

Open-source collaborative wiki and documentation software.


https://github.com/docmost/docmost
1
octopod

A UI for Docker Registries


https://github.com/frectonz/octopod
1
A Look at the New Prometheus 3.0 UI

The Prometheus Team has just announced Prometheus version 3.0 at PromCon, with an official blog post detailing all the exciting new changes and features. A very visible highlight of Prometheus 3.0 is its new web UI that is enabled by default.

I've worked on this complete UI rewrite over the last half year or so and am excited to finally see it in the hands of users. In this post, I'll take a closer look at my motivation for building the new UI and then explain what it brings in terms of features and stability caveats.


https://promlabs.com/blog/2024/09/11/a-look-at-the-new-prometheus-3-0-ui
1
hoop

Secure, seamless access to databases and servers.


https://github.com/hoophq/hoop
1
10 Examples Why cURL is an Awesome CLI Tool

Whether you're developer, DevOps engineer, SysAdmin, QA or in any other technical role, you're surely familiar with cURL - the command line tool and library for transferring data with URLs (as described in docs).

Most of the time however, we all really only use curl for simple tasks, such downloading a file or checking if website is accessible, yet there's some much more curl can do!

And in this article we will go through exactly those cool examples and tricks to showcase why curl is awesome and underappreciated tool...


https://martinheinz.dev/blog/113
1
Why I like discussing actions items in incident reviews

https://incident.io/blog/why-i-like-discussing-actions-items-in-incident-reviews
1