UA DevOps – Telegram
UA DevOps
687 subscribers
423 photos
26 videos
25 files
951 links
Канал з новинами у DevOps світі. Актуальні статті та цікаві рішення.
Наш чат: @ua_devops_community
реклама: @saladar
Download Telegram
Forwarded from Мониторим ИТ
Avoiding Alert Fatigue: 8 Tips for Every K8s Engineering Team

В этой статье несколько советов, как снизить событийную усталость и докрутить систему алертинга до нужного уровня информативности. Читать дальше.
Forwarded from Mops DevOps
Progressive Delivery with Argo Rollouts : Blue-Green Deployment

Еще одна статья в копилку сине-зеленого 🤟 Узнаете, как выполнить blue-green deployment с помощью Argo Rollouts controller и CRD.

👉 https://bit.ly/3Qk5BiN

#argo
Forwarded from Мониторим ИТ
Top PostgreSQL monitoring metrics for Prometheus – Includes cheat sheet

В этой статье вы узнаете о 10 основных метриках мониторинга PostgreSQL с примерами алертов как для экземпляров PostgreSQL в Kubernetes, так и для экземпляров AWS RDS PostgreSQL. Читать дальше.
Forwarded from /usr/bin
What is Inode in Linux

Индексный дескриптор содержит всю информацию о файле, кроме его имени и содержимого файла. Индексный дескриптор составляет 128 байт. Индекс содержит все административные данные, необходимые для чтения файла. Метаданные каждого файла хранятся в индексных дескрипторах в табличной структуре.

Другими словами, индексный дескриптор — это уникальный идентификатор, работающий в каждой файловой системе независимо от других. Читать дальше.
🆖 Nginxpwner.

Утилита для проверки безопасности Nginx, ищет очевидные (и не очень) проблемы и сообщает о них:

https://github.com/stark0de/nginxpwner

#nginx #security #будничное
🛠 Инструмент для визуализация связей и структуры в базе данных, поддерживающий более 20 разных БД. Доступен как онлайн, так и для установки на собственном сервере:

- Онлайн: https://sqlflow.gudusoft.com/
- Селфхост: https://github.com/sqlparser/sqlflow_public/blob/master/install_sqlflow.md

#линк #sql
A list of security tools for AWS. It has both defensive and offensive as well as auditing tools.

This list is really huge, so I’m pretty sure that if you’re working on hardening your AWS setup, you’ll find something interesting for you there.
Kubetail is a bash noscript that enables you to aggregate (tail/follow) logs from multiple pods into one stream.

This is the same as running kubectl logs -f but for multiple pods.

More: https://github.com/johanhaleby/kubetail
Forwarded from Kubesploit
In this article, you will learn how to attack and defend a Kubernetes cluster by solving the challenges of Kubernetes goat — an intentionally vulnerable cluster environment to learn and practice Kubernetes security.

More: https://medium.com/@codingkarma/kubernetes-goat-part-1-8718b1345a42
Forwarded from Kubesploit
Kubernetes security scanners are tools that can be used to detect vulnerabilities and security issues in your applications. In this article you will find:

1. Grype.
2. Trivy.
3. Kubesec.
4. Kube-bench.
5. Kubeaudit.

More: https://blog.cloudsecque.com/how-to-improve-the-security-of-your-applications-with-kubernetes-security-scanners-cda97fd2f574
Zabbix 6.4.0beta3

Вышла новая бета Zabbix 6.4. Из нововведений: появился аудит-лог для элементов данных и прототипов элементов данных, поддержка PostgreSQL 15, TSDB 2.8 и много чего другого. Подробнее.
Logging With Docker, Promtail and Grafana Loki

В этом посте описано использование Grafana Promtail для сбора всех журналов и отправки их в Grafana Loki. Читать дальше.
Forwarded from LearnKube news
Kubernetes uses kernel throttling to implement CPU limits.

If an application goes above the limit, it gets throttled.

In this article, you will learn how to mitigate aggressive throttling for CPU limits in Kubernetes.

More: https://medium.com/omio-engineering/cpu-limits-and-aggressive-throttling-in-kubernetes-c5b20bd8a718
Forwarded from DevOps&SRE Library
Managing Terraform State with Terragrunt

Why do devs choose Terragrunt to manage Terraform state? A look at the challenges of managing Terraform and the use cases for Terragrunt.

https://www.tinystacks.com/blog-post/managing-terraform-state-with-terragrunt
cdebug - a swiss army knife of container debugging

With this tool you can:
- Troubleshoot containers lacking shell and/or debugging tools
- Forward unpublished or even localhost ports to your host system
- Expose endpoints from the host system to containers & Kubernetes networks
- Handily export image's and/or container's filesystem to local folders

👉 https://github.com/iximiuz/cdebug

#containers #debug