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

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

РКН: https://knd.gov.ru/license?id=67704b536aa9672b963777b3&registryType=bloggersPermission
Download Telegram
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
Definitive Guide to Feature Management

Feature management is a new class of software development tools & techniques powered by feature flags.

https://launchdarkly.com/the-definitive-guide-to-feature-management
rhit

Rhit reads your nginx log files in their standard location(even gzipped), does some analysis and tells you about it in pretty tables in your console, storing and polluting nothing.

https://github.com/Canop/rhit