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

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

РКН: https://www.gosuslugi.ru/snet/67704b536aa9672b963777b3
Download Telegram
Бойлерплейт базовой AWS инфраструктуры c EKS-кластером

В данном репозитории собраны наработки команды MadOps для быстрого развертывания Kubernetes кластера, вспомогательных сервисов и нижележащей инфраструктуры в облаке Amazon. Основным инструментом разработки и поставки является terraform

https://github.com/maddevsio/aws-eks-base/blob/main/README-RU.md
A Vim Guide for Advanced Users

https://thevaluable.dev/vim-advanced
Simplifying Object Storage as a Service with Kubernetes and MinIO’s Operator

https://blog.min.io/object_storage_as_a_service_on_minio
Swiss Army Kube - Free IaC Tool for Easy EKS Kubernetes Cluster Deployment

Swiss Army Kube (SAK) is an open-source IaC (Infrastructure as Code) collection of services for quick, easy, and controllable deployment of EKS Kubernetes clusters on Amazon for your projects. With Swiss Army Kube, cluster configuration and provisioning takes just a fraction of time normally spent on manual deployment via AWS management console. SAK automates deployments, making them repeatable, consistent, and less error-prone.

https://github.com/provectus/swiss-army-kube
Mage is My Favorite Make

I am fangirling over a build tool, Mage, and need to tell everyone why. Mage is very similar to make, only you write Go instead of bash. To the end user it has the same user experience, mage build instead of make build, so it’s an easy switch for your fingers. It behaves the same as well, handling targets, prerequisites, file modification timestamps in the same way so there aren’t many surprises to be had.

https://carolynvanslyck.com/blog/2021/01/mage-is-my-favorite-make
5 best practices to get to production readiness with Hashicorp Vault in Kubernetes

https://expel.io/blog/production-readiness-hashicorp-vault-kubernetes
Incident Response at Heroku

How Heroku handles incident response.

https://blog.heroku.com/incident-response-at-heroku-2020
Getting Started With Kubernetes: Clusters and Nodes

https://www.pulumi.com/blog/getting-started-with-k8s-part1
Kubernetes: what are Endpoints

Usually, we don’t see Endpoints objects when using Kubernetes Services, as they are working under the hood, similarly to ReplicaSets which are “hidden” behind Kubernetes Deployments.

https://itnext.io/kubernetes-what-are-endpoints-3cc9e769b614
kube-fledged

kube-fledged is a kubernetes add-on for creating and managing a cache of container images directly on the worker nodes of a kubernetes cluster. It allows a user to define a list of images and onto which worker nodes those images should be cached (i.e. pre-pulled). As a result, application pods start almost instantly, since the images need not be pulled from the registry.

https://github.com/senthilrch/kube-fledged
Reverse interview

Questions to ask the company during your interview

https://github.com/viraptor/reverse-interview
Ethernet and IP Networking 101 (Heavily Illustrated)

https://iximiuz.com/en/posts/computer-networking-101
Awesome Kubernetes (K8s) Security

A curated list for Awesome Kubernetes Security resources

https://github.com/magnologan/awesome-k8s-security
pganalyze collector

This is a Go-based daemon which collects various information about Postgres databases as well as queries run on it.

https://github.com/pganalyze/collector
Quark Container

A secure container runtime with OCI interface

https://github.com/QuarkContainer/Quark