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://devblogs.microsoft.com/engineering-at-microsoft/microsoft-open-sources-software-bill-of-materials-sbom-generation-tool/
Microsoft News
Microsoft open sources its software bill of materials (SBOM) generation tool
Salus is a general purpose, enterprise-proven, build-time SBOM generator. It works across platforms including Windows, Linux, and Mac, and uses the standard Software Package Data Exchange (SPDX) format.
DevOps drawer
https://github.com/microsoft/sbom-tool
GitHub
GitHub - microsoft/sbom-tool: The SBOM tool is a highly scalable and enterprise ready tool to create SPDX 2.2 compatible SBOMs…
The SBOM tool is a highly scalable and enterprise ready tool to create SPDX 2.2 compatible SBOMs for any variety of artifacts. - microsoft/sbom-tool
DevOps drawer
https://github.com/OpenSLO/OpenSLO
GitHub
GitHub - OpenSLO/OpenSLO: Open specification for defining and expressing service level objectives (SLO)
Open specification for defining and expressing service level objectives (SLO) - OpenSLO/OpenSLO
DevOps drawer
https://sematext.com/blog/postgresql-logs/
Sematext
PostgreSQL Logs: How to Enable Logging [Config Tutorial]
Read about PostgreSQL log file format, location, log levels, and more. Best practices on how to enable query logging for faster database troubleshooting.
DevOps drawer
https://planetscale.com/blog/how-do-database-indexes-work
Planetscale
How do Database Indexes Work? — PlanetScale
Learn how database indexes work under the hood and how they can be used to speed up queries
DevOps drawer
https://dev.to/yonkeltron/is-it-time-to-look-past-git-ah4
DEV Community
Is it time to look past Git?
My beef with Git and a search for viable alternatives
DevOps drawer
https://observe-check-react.medium.com/monitorama-2022-what-an-amazing-experience-9e58e84a91b3
Medium
Monitorama 2022 — What an amazing experience!
Monitorama is a conference that focuses on Observability, Monitoring, Metrics, Logs, Traces, Dashboards, Incident Management, and just…
DevOps drawer
https://www.innoq.com/en/articles/2022/07/infrastructure-self-service-with-crossplane/
Innoq
Infrastructure Self-Service with Crossplane
Introducing container technology and Kubernetes to the development and deployment process allows developers to independently manage deployments of their services without needing to interact with the platform team. This is true for applications but not necessarily…
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.