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
Paving Golden Paths On Multi-Cluster Kubernetes

When I wasted three years of my life building a platform for a project that failed within a month of launching, I vowed to never make the same mistake again.

Part 1 (The Theory): https://www.syntasso.io/post/paving-golden-paths-on-multi-cluster-kubernetes-part-1-the-theory

Part 2 (The Practice): https://www.syntasso.io/post/paving-golden-paths-on-multi-cluster-kubernetes-part-2-the-practice
CRDs-catalog

This repository aggregates over 100 popular Kubernetes CRDs (CustomResourceDefinition) in JSON schema format. These schemas can be used by various tools such as Datree, Kubeconform and Kubeval, as an alternative to kubectl --dry-run, to perform validation on custom (and native) Kuberentes resources.

https://github.com/datreeio/CRDs-catalog
A Defensive Computing Checklist

https://defensivecomputingchecklist.com
The ultimate guide to Kubernetes Services, LoadBalancers, and Ingress

https://home.robusta.dev/blog/kubernetes-service-vs-loadbalancer-vs-ingress
lazytrivy

lazytrivy is a wrapper for Trivy that allows you to run Trivy without remembering the command arguments.

https://github.com/owenrumney/lazytrivy
helm-dashboard

The Helm Dashboard plugin offers a UI-driven way to view the installed Helm charts, see their revision history and corresponding k8s resources. Also, you can perform simple actions like roll back to a revision or upgrade to newer version.

https://github.com/komodorio/helm-dashboard
17 DevOps Metrics To Measure Success

https://semaphoreci.com/blog/devops-metrics
Self-Hosting-Guide

A guide for getting started with Self Hosting devices including software and hardware that will make you a better and more efficient Self Hosting.

https://github.com/mikeroyal/Self-Hosting-Guide
duckdb

DuckDB is a high-performance analytical database system. It is designed to be fast, reliable and easy to use. DuckDB provides a rich SQL dialect, with support far beyond basic SQL. DuckDB supports arbitrary and nested correlated subqueries, window functions, collations, complex types (arrays, structs), and more.

https://github.com/duckdb/duckdb
topaz

Topaz is an open-source authorization service providing fine-grained, real-time, policy-based access control for applications and APIs.

https://github.com/aserto-dev/topaz
Terraform: why data sources and filters are preferable over remote state

https://devopsian.net/posts/terraform-data-sources-over-remote-state
murre

Murre is an on-demand, scaleable source of container resource metrics for K8s.

Murre fetchs CPU & memory resource metrics directly from the kubelet on each K8s Node. Murre also enriches the resources with the relevant K8s requests and limits from each PodSpec.

https://github.com/groundcover-com/murre
What is Kubernetes CrashLoopBackOff? And how to fix it

https://sysdig.com/blog/debug-kubernetes-crashloopbackoff