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

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

РКН: https://www.gosuslugi.ru/snet/67704b536aa9672b963777b3
Download Telegram
cli

A CLI to create remote development environments in your cloud provider account in seconds

https://github.com/recode-sh/cli
Beginner’s Guide to RabbitMQ Logging: How to View, Locate, and Analyze Logs

https://sematext.com/blog/rabbitmq-logs
Using Kubectl Scale | Tutorial and Best Practices

kubectl scale is one of the many tools that helps you manage your Kubernetes deployments. In this article, you'll learn how this tool can be used, as well as best practices for use.

https://www.containiq.com/post/kubectl-scale
How to calculate HTTP content-length metrics on cli

A simple guide to crunch numbers for understanding overall HTTP content length metrics.

https://blog.last9.io/how-to-calculate-http-content-length-metrics-on-cli
supervisord

The python script supervisord is a powerful tool used by a lot of guys to manage the processes. I like supervisord too.

But this tool requires that the big python environment be installed in target system. In some situation, for example in the docker environment, the python is too big for us.

This project re-implements supervisord in go-lang. Compiled supervisord is very suitable for environments where python is not installed.

https://github.com/ochinchina/supervisord
The practical guide to incident management

https://incident.io/guide
Stack Overflow Survey 2022

In May 2022 over 70,000 developers told us how they learn and level up, which tools they’re using, and what they want.

https://survey.stackoverflow.co/2022
The Open Cloud Vulnerability & Security Issue Database

An open project to list all known cloud vulnerabilities and Cloud Service Provider security issues

https://www.cloudvulndb.org
Tips for passing the Certified Kubernetes Administrator (CKA) Exam

https://www.thecloudonmymind.com/Tips-for-passing-the-Certified-Kubernetes-Administrator-CKA-Exam
netboot.xyz

netboot.xyz lets you PXE boot various operating system installers or utilities from a single tool over the network. This lets you use one media for many types of operating systems or tools. The iPXE project is used to provide a user friendly menu from within the BIOS that lets you easily choose the operating system you want along with any specific types of versions or bootable flags.

https://netboot.xyz

https://github.com/netbootxyz/netboot.xyz
Deploying a HA Kubernetes cluster on Raspberry Pi using Kubeadm

https://sayakm.me/deploying-a-ha-kubernetes-cluster-on-raspberry-pi-using-kubeadm
mist-ce

Mist simplifies multicloud management. It offers a unified interface from where you can manage public clouds, private clouds, hypervisors, containers and bare metal servers.

https://github.com/mistio/mist-ce
Four Great Alternatives to HashiCorp’s Terraform Cloud

Picking the Best IaC CI Platform

https://medium.com/@elliotgraebert/four-great-alternatives-to-hashicorps-terraform-cloud-6e0a3a0a5482
Лаборатория Касперского» ищет крутых DevOps-инженеров. Ждем целеустремленных и опытных специалистов с глубоким техническим бекграундом.

Если ты:
● знаешь Javascript + NodeJS, Linux(Ubuntu), Docker, Kubernetes, Ansible, Nginx, MongoDB, Victoria Metrics\Prometheus;
● на уровне сисадмина знаешь о Linux и сетевом стеке;
● владеешь техническим английским языком,
то переходи по ссылке, чтобы ознакомиться с подробной информацией о направлении и открытых вакансиях.
Работа в «Лаборатория Касперского» — это не только масштабные задачи, но и приятные бонусы: взаимодействие с другими командами (Research&Development, IT и Infosecurity), бесплатное обучение, конференции и курсы, полный соц. пакет, спортзалы прямо в офисе, программа релокации для кандидатов из регионов и еще мнооого преимуществ.
Enriching Prometheus metrics with exemplars for easier observation of a distributed system

Step-by-step guide to running Prometheus with the exemplar feature enabled with visualisation in Grafana for Spring Boot.

https://medium.com/go-city/enriching-prometheus-metrics-with-exemplars-for-easier-observation-of-a-distributed-system-e6b2fd0c6b74
How to remove the RDS master user password from the Terraform state

https://advancedweb.hu/how-to-remove-the-rds-master-user-password-from-the-terraform-state
cf2tf

cf2tf is a CLI tool that attempts to convert Cloudformation to Terraform. We say attempt because it's not really possible to make the conversion with 100% accuracy (currently) because of several reasons mostly around converting a Map value in Cloudformation to the correct value in HCL.

https://github.com/DontShaveTheYak/cf2tf