
TL;DR: In this article you will learn how you can use the ambassador, adapter, sidecar and init containers to extend yours apps in Kubernetes without changing their code.https://learnk8s.io/sidecar-containers-patterns
Size: a a a


TL;DR: In this article you will learn how you can use the ambassador, adapter, sidecar and init containers to extend yours apps in Kubernetes without changing their code.https://learnk8s.io/sidecar-containers-patterns


Today we’re having a look at how to set up a GitOps pipeline for your Kubernetes cluster with Flux v2.https://blog.sldk.de/2021/02/introduction-to-gitops-on-kubernetes-with-flux-v2
We will first go through some core concepts of Flux and then create our first GitOps workflow.

If you run Linux in production for any significant amount of time, you have likely run into the "Linux Assassin" that is, the OOM (out-of-memory) killer.https://info.crunchydata.com/blog/deep-postgresql-thoughts-the-linux-assassin
Below is an explanation of experiments and observations I've made on how the Linux Assassin works in conjunction with containers and Kubernetes, and methods to keep it away from PostgreSQL clusters in your environment.

Secrets Store CSI driver for Kubernetes secrets - Integrates secrets stores with Kubernetes via a Container Storage Interface (CSI) volume.https://github.com/kubernetes-sigs/secrets-store-csi-driver
The Secrets Store CSI driver secrets-store.csi.k8s.io allows Kubernetes to mount multiple secrets, keys, and certs stored in enterprise-grade external secrets stores into their pods as a volume. Once the Volume is attached, the data in it is mounted into the container's file system.

Programming language detector and toolbox to ignore binary or vendored files. enry, started as a port to Go of the original Linguist Ruby library, that has an improved 2x performance.https://github.com/go-enry/go-enry



Behind the scenes of a mobile game: An infrastructure overviewhttps://medium.com/tech-at-wildlife-studios/infrastructure-mobile-gaming-industry-584eee7e2fca




based my observations while I was a Site Reliability Engineer at Googlehttps://docs.google.com/document/d/199PqyG3UsyXlwieHaqbGiWVa8eMWi8zzAn0YfcApr8Q/preview




Dock is a company from the Conductor group. They provide banking APIs as a service with over half a million dollars of payments processed and 1 million active cards using their backend.https://sreteams.substack.com/p/we-are-back-sre-teams-7-dock

A compiled list of links to public failure stories related to Kubernetes. Most recent publications on top.https://k8s.af




В этой статье сделаем небольшой обзор на балансеры, как одну из важных частей в распределённых системах: какую проблему решают, как реализованы.https://vitkarpov.me/posts/load-balancers
