DevOps drawer
@DevOps101
396
subscribers
9
photos
2
files
9.17K
links
Curated DevOps resources from trustworthy sources.
Download Telegram
Join
DevOps drawer
396 subscribers
DevOps drawer
https://medium.com/workday-engineering/pharos-the-observability-platform-at-workday-a2c0355a9427
Medium
Pharos: The Observability Platform at Workday
Distributed systems have been growing rapidly to meet the demands of emerging applications such as business analytics, biomedical…
DevOps drawer
https://www.nobl9.com/resources/how-to-explain-sre-to-your-ceo
Nobl9
How to Explain SRE to Your CEO - Nobl9
As we discussed in the previous post, Site Reliability Engineering (SRE) is an operating model that helps your organization grow and innovate with velocity while maintaining infrastructure reliability for service levels that keep customers happy. (It’s like…
DevOps drawer
https://faun.pub/day-2-operations-with-the-james-webb-space-telescope-is-about-to-begin-44049577d382
Medium
Day 2 Operations with the James Webb Space Telescope is about to begin
Success through Reliability — Webb Lesson 5
DevOps drawer
https://blog.gruntwork.io/the-docker-kubernetes-terraform-and-aws-crash-course-series-dca343ba1274
Medium
The Docker, Kubernetes, Terraform, and AWS crash course series
Ramp up on DevOps tools in minutes via a series of lightning quick, hands-on crash courses where you learn by doing.
DevOps drawer
https://www.netmeister.org/blog/dns-size.html
www.netmeister.org
DNS Response Size
Everybody knows a DNS response needs
to fit into a 512 byte UDP packet, right? But suppose it
doesn't fit...
DevOps drawer
https://medium.com/@tophatengblog/alerts-what-are-they-good-for-fe085e9ab4db
Medium
Alerts, what are they good for?
A untested concept on how to categorize events so engineering teams gets alerted for the right reasons
DevOps drawer
https://www.etsy.com/codeascraft/a-checklist-manifetsy
Etsy Engineering
Etsy Engineering | A Checklist Manifetsy
Introduction
The first time I encountered it, Atul Gawande’s The Checklist Manifesto made intuitive sense to me. The book's...
DevOps drawer
https://github.com/Azure/aztfy
GitHub
GitHub - Azure/aztfy: A tool to bring existing Azure resources under Terraform's management
A tool to bring existing Azure resources under Terraform's management - GitHub - Azure/aztfy: A tool to bring existing Azure resources under Terraform's management
DevOps drawer
https://kdl.dev/
kdl.dev
The KDL Document Language
kdl is a document language, mostly based on SDLang, with xml-like semantics that looks like you're invoking a bunch of CLI commands!
DevOps drawer
https://github.com/innobead/kubefire
GitHub
GitHub - innobead/kubefire: KubeFire
🔥
, creates and manages Kubernetes Clusters using Firecracker microVMs
KubeFire
🔥
, creates and manages Kubernetes Clusters using Firecracker microVMs - innobead/kubefire
DevOps drawer
https://localstack.cloud/blog/2022-07-13-announcing-localstack-v1-general-availability/
LocalStack
Announcing LocalStack 1.0 General Availability!
DevOps drawer
https://ro-che.info/articles/2021-02-27-linux-routing
ro-che.info
Understanding modern Linux routing (and wg-quick)
Back in the old days, I could just type route (or,
later, ip route) in my Linux terminal and get an accurate
picture of all my routes. This is no longer the case.
DevOps drawer
https://www.jackos.io/rust-kernel/rust-for-linux.html#implement-read-and-write
DevOps drawer
https://www.innoq.com/en/blog/brief-introduction-to-arc42/
Innoq
Documenting software architecture with arc42
arc42 is a template for architecture communication and documentation. It is a proven, practical and highly pragmatic approach and takes the pain out of documentation.
DevOps drawer
https://github.com/servian/aws-auto-cleanup
GitHub
GitHub - mlevit/aws-auto-cleanup: Programmatically delete AWS resources based on an allowlist and time to live (TTL) settings
Programmatically delete AWS resources based on an allowlist and time to live (TTL) settings - mlevit/aws-auto-cleanup
DevOps drawer
https://github.com/SummitRoute/aws_breaking_changes
GitHub
GitHub - SummitRoute/aws_breaking_changes: List of changes announced for AWS that may break existing code
List of changes announced for AWS that may break existing code - SummitRoute/aws_breaking_changes
DevOps drawer
https://dejanualexandru.medium.com/the-mathematics-behind-monitoring-ddbd9403c32c
Medium
The mathematics behind monitoring
… inspired by Prometheus metrics
DevOps drawer
https://www.cockroachlabs.com/blog/startup-reference-architecture/
Cockroach Labs
Application architecture: A quick guide for startups
Getting your application architecture right the first time can save you major headaches further down the road.
DevOps drawer
https://benjamincongdon.me/blog/2022/07/17/In-Praise-of-Stacked-PRs/
benjamincongdon.me
In Praise of Stacked PRs
Managing sets of small, dependent PRs enables faster review and increased developer velocity
DevOps drawer
https://matt-rickard.com/how-kubernetes-broke-git
Matt Rickard
How Kubernetes Broke Git
How did Kubernetes push git to its limit? Some stories from my time (2016-2019) working on Kubernetes.
No atomicity across subprojects – In 2016, Kubernetes was still a monorepo. Everything was developed in a single repository. This meant that developers…