Devops Talks
455 subscribers
257 photos
7 videos
41 files
1.19K links
Новости, обновления и короткие посты на тему DevOps и OpenSource.
Download Telegram
Forwarded from DevOps&SRE Library
kube-prometheus-stack

Installs the kube-prometheus stack, a collection of 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.

Note: This chart was formerly named prometheus-operator chart, now renamed to more clearly reflect that it installs the kube-prometheus project stack, within which Prometheus Operator is only one component.

https://github.com/prometheus-community/helm-charts/tree/main/charts/kube-prometheus-stack
Forwarded from DevOps&SRE Library
Kubernetes Scripts

A collection of scripts for various Kubernetes tasks

- Get all cluster nodes IPs and names
- See all cluster nodes CPU and Memory requests and limits
- Get all labels attached to all pods in a namespace
- Extract and decode a secret's value
- Copy secret from namespace1 to namespace2
- Get formatted list of container images in pods
- etc

https://github.com/eldada/kubernetes-scripts
Forwarded from DevOps Deflope News
Infracost - бесплатное и опенсорсное решение для оценки стоимости инфраструктуры и ее изменения в терраформе.

Пока что поддерживается только AWS и Terraform.


Сайт проекта: https://www.infracost.io/
GitHub: https://github.com/infracost/infracost/

Похожее решение от Anton Babenko
http://amp.gs/XiqK и ещё более навороченное есть в платном Terraform Cloud http://amp.gs/XiqJ
#terraform #tools
🆖 Тут ребята взяли и прокачали секурити для Nginx. Запаковали это всё в образ и выложили на Github. Из коробки у нас доступен WAF, антивирусная проверка и подкрученные настройки безопасности. Интересно. https://github.com/bunkerity/bunkerized-nginx

#nginx #security
Forwarded from DevOps&SRE Library
Kubernetes YAML Generator

https://k8syaml.com
Там KDE Plasma 5.20 завезли.

https://www.opennet.ru/opennews/art.shtml?num=53749
Forwarded from ITGram
+ jq — CLI JSON processor written on С. Allows to extract data from JSON, modify it, supports math, variables, regexes, even has a lot of built-in functions. Installable from Debian repositories.

+ jqplay.org — online playground for jq. Great to try it, debug expressions, have a handy cheat sheet.

+ gjson — must-have Go library to get values from a complex deeply nested JSON. Has a simple and intuitive syntax.

+ jj — CLI tool written on Go, wrapper around gjson. Hence less powerful than jq but much simpler and more friendly.

#golang #cli
🖱 Большой список решений для организации резервного копирования. Мы же все периодически ищем подходящее? Вот, теперь можно начинать поиски с этого списка, например. #backup #github #будничное
Forwarded from DevOps&SRE Library
Helm 3 Umbrella Charts & Standalone Chart Image Tags — An Alternative Approach

https://itnext.io/helm-3-umbrella-charts-standalone-chart-image-tags-an-alternative-approach-78a218d74e2d
Forwarded from DevOps&SRE Library
Forwarded from DevOps&SRE Library
NS Killer

A Kubernetes project to kill all namespace living over X times. Quite useful when auto-generated development environments on the fly and give them a lifecycle out-of-the-box from Kubernetes or even Helm.

https://github.com/germainlefebvre4/ns-killer
В сети опубликовали исходный код Windows XP
🧩 Делаем инкрементальные бекапы с помощью BTRFS - Incremental backups with Btrfs snapshots.

#напочитать #btrfs
Forwarded from DevOps&SRE Library