Forwarded from Записки админа
🖱 А вдруг вам, так же как и мне не спится в ночь глухую. Вот, можете почитать некоторые бест практис по работе с базами данных - Some SQL Tricks of an Application DBA. Non-trivial tips for database development.
#напочитать #sql | Блог | Канал
#напочитать #sql | Блог | Канал
Forwarded from Флант | Специалисты по DevOps и Kubernetes
Наш очередной перевод в блоге — не про эксплуатацию, а про дебри SQL, в которые можно забраться с новыми возможностями MySQL 8: https://habr.com/ru/company/flant/blog/510686/
Хабр
Применение оконных функций и CTE в MySQL 8.0 для реализации накопительного итога без хаков
Прим. перев.: в этой статье тимлид британской компании Ticketsolve делится решением своей весьма специфичной проблемы, демонстрируя при этом общие подходы к со...
Forwarded from CatOps
Сегодня мне прилетело как-то слишком много материалов, так что буду разгребать по очереди.
Статья коллеги с прошлой работы про Terraformer - как перегонять существующую инфру в TF код.
#terraform
Статья коллеги с прошлой работы про Terraformer - как перегонять существующую инфру в TF код.
#terraform
Medium
Infrastructure to Code: Terraformer
terraformer — a CLI tool that generates tf/json and tfstate files based on existing infrastructure.
Forwarded from Технологический Болт Генона
measuring-cloud-network-performance-perfkit-wp.pdf
941.9 KB
Measuring Cloud Network Performance with PerfKit Benchmarker. A Google Cloud Technical White Paper. January 2020.
+
https://github.com/GoogleCloudPlatform/PerfKitBenchmarker
+
PerfKit Benchmarker is an open effort to define a canonical set of benchmarks to measure and compare cloud offerings.https://github.com/GoogleCloudPlatform/PerfKitBenchmarker
Forwarded from Флант | Специалисты по DevOps и Kubernetes
Новый перевод в блоге — объяснение сути service mesh на 16 примерах/причинах их возможного применения: https://habr.com/ru/company/flant/blog/512352/
Хабр
Сценарии использования service mesh
Прим. перев.: автор это статьи (Luc Perkins) — developer advocate в организации CNCF, являющейся домом для таких Open Source-проектов, как Linkerd, SMI (Servic...
Forwarded from Технологический Болт Генона
Специалисты ИБ-компании Rapid7 спустя пару месяцев использовали свой web-инструмент Project Sonar, чтобы обнаружить все общедоступные серверы Exchange в интернете. И результаты оказались весьма печальными.
Им удалось установить, что по меньшей мере 357 629 (82,5%) из 433 464 серверов Exchange по-прежнему открыты для атак, эксплуатирующих уязвимость CVE-2020-0688.
Свыше 350 000 серверов Microsoft Exchange уязвимы перед CVE-2020-0688
https://habr.com/ru/company/cloud4y/blog/512952/
Хабр
Свыше 350 000 серверов Microsoft Exchange уязвимы перед CVE-2020-0688
Бэкапы и патчи, латающие дыры в безопасности, вот уже много лет остаются одними из наиболее проблемных вопросов в IT-сфере. И если с резервным копированием дел...
Forwarded from ITGram
Недавно Бизли зарелизил Practical Python Programming -- курс по Питону, который он создавал и преподавал 13 лет. Выглядит курс очень круто, покрывает всё самое нужное, от установки питона и типов данных и до тестирования и создания и установки пакетов.
Forwarded from DevOps&SRE Library
Announcing the HashiCorp Linux Repository
https://www.hashicorp.com/blog/announcing-the-hashicorp-linux-repository
https://www.hashicorp.com/blog/announcing-the-hashicorp-linux-repository
Forwarded from GitHub'ненько
Forwarded from DevOps&SRE Library
Diving Into Istio 1.6 Certificate Rotation
https://blog.christianposta.com/diving-into-istio-1-6-certificate-rotation
https://blog.christianposta.com/diving-into-istio-1-6-certificate-rotation
Forwarded from Технологический Болт Генона
Infrastructure to Code: Terraformer
https://medium.com/faun/terraformer-5036241f90cc
Terraformer is a great tool for reverse-terraforming. It’s an easy-extendible framework that allows us to rapidly add new resources and providers. The maintainer and community are actively working on this project.
https://medium.com/faun/terraformer-5036241f90cc
Medium
Infrastructure to Code: Terraformer
terraformer — a CLI tool that generates tf/json and tfstate files based on existing infrastructure.
Forwarded from DevOps&SRE Library
yh - YAML Highlighter
A dummy YAML syntax highlighter that brings colours where only jq could.https://github.com/andreazorzetto/yh
This project starts with the author's incapacity to give up on colours while playing with kubernetes cli and YAML output (kubectl get something -o yaml) as it would happen with JSON and jq.
Forwarded from DevOps&SRE Library
kube-prometheus
This repository collects Kubernetes manifests, Grafana dashboards, and Prometheus rules combined with documentation and scripts to provide easy to operate end-to-end Kubernetes cluster monitoring with Prometheus using the Prometheus Operator.https://github.com/coreos/kube-prometheus
Forwarded from OpenBSD
https://devconnected.com/monitoring-disk-i-o-on-linux-with-the-node-exporter/
#monitoring #linux #prometheus
#monitoring #linux #prometheus
devconnected
Monitoring Disk I/O on Linux with the Node Exporter – devconnected
A complete tutorial on how to monitor disk I/O on Linux systems with Prometheus and the Node Exporter. Step by step guide with illustrated diagrams.