DevOps & SRE notes – Telegram
DevOps & SRE notes
12K subscribers
41 photos
19 files
2.5K links
Helpful articles and tools for DevOps&SRE

WhatsApp: https://whatsapp.com/channel/0029Vb79nmmHVvTUnc4tfp2F

For paid consultation (RU/EN), contact: @tutunak


All ways to support https://telegra.ph/How-support-the-channel-02-19
Download Telegram
Runway is a lightweight integration app designed to ease management of infrastructure tools.

Its main goals are to encourage GitOps best-practices, avoid convoluted Makefiles/noscripts (enabling identical deployments from a workstation or CI job), and enable developers/admins to use the best tool for any given job.

https://github.com/onicagroup/runway
Synthetic monitoring can be a great tool for proactively identifying performance problems, checking availability of servers, monitor DNS resolution and much more.

https://martinheinz.dev/blog/95
The initial author of Ansible has created a new configuration management tools like Ansible - Jetproch.

To make things easy for IT users with Ansible familiarity, jet uses a YAML dialect similar to the Ansible playbook language. While our playbook language is different than classic Ansible, an analogy might be to consider UK vs American English. Glacier! Aluminum! Schedule!

So it's like the Ansible but written on Rust.

https://www.jetporch.com/
The blog post at technoblather.ca is about solving cold start timeouts with AWS Lambda and API Gateway. The author maintains and operates a set of Lambda functions on AWS, most of which provide the implementation for an API Gateway depended on for an internal tool

https://www.technoblather.ca/aws-lambda-nodejs-debug-apigw-cold-start-timeout/
The post discusses key metrics for monitoring CoreDNS, including throughput, performance, scaling and resource, Go, and cache metrics.

https://www.datadoghq.com/blog/coredns-metrics/