DevOps&SRE Library
18.3K subscribers
456 photos
5 videos
2 files
4.93K links
Библиотека статей по теме DevOps и SRE.

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

РКН: https://www.gosuslugi.ru/snet/67704b536aa9672b963777b3
Download Telegram
Our cloud spend in 2022

Since we published why we’re leaving the cloud, we’ve received a lot of questions about our actual spending. We’re happy to share, both where we currently are and where we’re going.

https://dev.37signals.com/our-cloud-spend-in-2022
SRE Evangelist

Over the last year I rebuilt an SRE team. It made me start to think a lot about what an SRE is and, maybe more importantly, what they are at GitHub specifically.

https://hross.substack.com/p/sre-evangelist
Tricky Kubernetes memory management for Java applications

How to use the Kubernetes memory requests and limits in combination with JVM Heap and stay out of trouble.

https://danoncoding.com/tricky-kubernetes-memory-management-for-java-applications-d2f88dd4e9f6
Comparing Resource Consumption in K0s vs K3s vs Microk8s

https://www.portainer.io/blog/comparing-k0s-k3s-microk8s
argocd-lovely-plugin

A plugin to make Argo CD behave like we'd like.

https://github.com/crumbhole/argocd-lovely-plugin
Backup-and-Restore of Containers with Kubernetes Checkpointing API

https://martinheinz.dev/blog/85
kubernetes-secret-generator

This repository contains a custom Kubernetes controller that can automatically create random secret values. This may be used for auto-generating random credentials for applications run on Kubernetes.

https://github.com/mittwald/kubernetes-secret-generator
Pitfalls reloading files from Kubernetes Secret & ConfigMap volumes

https://ahmet.im/blog/kubernetes-inotify/index.html
kubectl-node-shell

Start a root shell in the node's host OS running. Uses an alpine pod with nsenter for Linux nodes and a HostProcess pod with PowerShell for Windows nodes.

https://github.com/kvaps/kubectl-node-shell
kubeapps

A web-based UI for deploying and managing applications in Kubernetes clusters

https://github.com/vmware-tanzu/kubeapps
Why You Should Avoid Sealed Secrets in Your GitOps Deployment

The pitfalls and alternatives of this common GitOps practice as you move your deployments to production.

https://betterprogramming.pub/why-you-should-avoid-sealed-secrets-in-your-gitops-deployment-e50131d360dd
argocd-vault-plugin

An Argo CD plugin to retrieve secrets from Secret Management tools and inject them into Kubernetes secrets

https://github.com/argoproj-labs/argocd-vault-plugin
Beginners Guide to Argo CD

Learn, Implement and Share about Argo CD after this 15 minutes read.

https://blog.tanmaysarkar.tech/beginners-guide-to-argo-cd
ouch

Painless compression and decompression for your terminal

https://github.com/ouch-org/ouch
mountpoint-s3

A simple, high-throughput file client for mounting an Amazon S3 bucket as a local file system.

https://github.com/awslabs/mountpoint-s3