TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Good CI/CD and SRE Blogs

207 pointsby 100011_100001over 2 years ago
Are there any good blogs that focus on CI&#x2F;CD pipelines and SRE without a ton of fluff?<p>I feel like the space moves fast, and I need a way to keep up with it better. In an ideal world I would want to see best practices for different tools, and pipelines so I can evaluate them and adopt what makes sense.

22 comments

TotoHornerover 2 years ago
- Quastor (<a href="https:&#x2F;&#x2F;www.quastor.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.quastor.org&#x2F;</a>) - Moreso focused on backend engineering but they have a lot of SRE content too. It&#x27;s a newsletter that looks at all the big tech engineering blogs and sends out summaries of the interesting posts.<p>- SRE Weekly (<a href="https:&#x2F;&#x2F;sreweekly.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;sreweekly.com&#x2F;</a>) - Curation newsletter on interesting links in SRE<p>- SRE Prodcast (<a href="https:&#x2F;&#x2F;sre.google&#x2F;prodcast&#x2F;" rel="nofollow">https:&#x2F;&#x2F;sre.google&#x2F;prodcast&#x2F;</a>) - Good podcast by Google on SRE. They pick a specific topic and then interview an expert on that so each episode is well focused. They also provide transcripts so you can just read through it instead of listening.<p>- Resilience in Action (<a href="https:&#x2F;&#x2F;podcasts.apple.com&#x2F;us&#x2F;podcast&#x2F;resilience-in-action&#x2F;id1506828506" rel="nofollow">https:&#x2F;&#x2F;podcasts.apple.com&#x2F;us&#x2F;podcast&#x2F;resilience-in-action&#x2F;i...</a>) - Another good podcast on SRE with interviews.<p>If you just want a listen of resources, then you should check out the Awesome SRE repo on github - <a href="https:&#x2F;&#x2F;github.com&#x2F;dastergon&#x2F;awesome-sre" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;dastergon&#x2F;awesome-sre</a>
评论 #32909087 未加载
评论 #32865697 未加载
评论 #32866216 未加载
adamgordonbellover 2 years ago
I&#x27;m not sure about SRE specific or CI specific writing but at risk of answering another question, here&#x27;s what comes to mind for me.<p>In the Operations space my favorite writer is Charity Majors, although a lot of what she talks about isn&#x27;t OPs specific:<p><a href="https:&#x2F;&#x2F;charity.wtf&#x2F;" rel="nofollow">https:&#x2F;&#x2F;charity.wtf&#x2F;</a><p>Rachel by the Bay is also great:<p><a href="https:&#x2F;&#x2F;rachelbythebay.com&#x2F;w&#x2F;" rel="nofollow">https:&#x2F;&#x2F;rachelbythebay.com&#x2F;w&#x2F;</a><p>Totally not related, but Phil Eaton&#x27;s posts on how databases work are super interesting and lack fluff.<p><a href="https:&#x2F;&#x2F;notes.eatonphil.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;notes.eatonphil.com&#x2F;</a><p>In terms of CI and builds, I try to write some on this topic for the Earthly Blog. My Bazel article was recently on Hn. Here are my posts:<p><a href="https:&#x2F;&#x2F;earthly.dev&#x2F;blog&#x2F;authors&#x2F;adam&#x2F;" rel="nofollow">https:&#x2F;&#x2F;earthly.dev&#x2F;blog&#x2F;authors&#x2F;adam&#x2F;</a><p>Warning though, I also write about lots of other stuff. Are there specific CI topics you&#x27;d like to see covered?
评论 #32866345 未加载
评论 #32866797 未加载
privacywikiover 2 years ago
Check this out if you are into podcasts; <a href="https:&#x2F;&#x2F;sre.google&#x2F;prodcast&#x2F;" rel="nofollow">https:&#x2F;&#x2F;sre.google&#x2F;prodcast&#x2F;</a>
sluongngover 2 years ago
I started a series recently <a href="https:&#x2F;&#x2F;sluongng.hashnode.dev&#x2F;series&#x2F;bazel-in-ci" rel="nofollow">https:&#x2F;&#x2F;sluongng.hashnode.dev&#x2F;series&#x2F;bazel-in-ci</a> with focus on setting up Bazel in CI. But I has been trying to write more about CI and the culture around DevX more than Bazel to provide the context for future posts.
eon01over 2 years ago
You can read DevOpsLinks and The Chief I&#x2F;O weekly newsletters. You&#x27;ll find the best blog posts curated from the SRE&#x2F;DevOps&#x2F;CloudNative space.<p>- DevOpsLinks (CI&#x2F;CD, Cloud Computing, SRE, DevOps): <a href="https:&#x2F;&#x2F;faun.dev&#x2F;newsletter&#x2F;devopslinks" rel="nofollow">https:&#x2F;&#x2F;faun.dev&#x2F;newsletter&#x2F;devopslinks</a><p>- The Chief I&#x2F;O (Distributed Systems, Kubernetes, Cloud Native DevOps): <a href="https:&#x2F;&#x2F;faun.dev&#x2F;newsletter&#x2F;the-chief-io" rel="nofollow">https:&#x2F;&#x2F;faun.dev&#x2F;newsletter&#x2F;the-chief-io</a><p><i>Disclaimer: I&#x27;m the founder.</i>
musha68kover 2 years ago
“Software at Scale” podcast often has great systems related interviews as well:<p><a href="https:&#x2F;&#x2F;www.softwareatscale.dev&#x2F;podcast" rel="nofollow">https:&#x2F;&#x2F;www.softwareatscale.dev&#x2F;podcast</a>
评论 #32873240 未加载
tomfernover 2 years ago
I write a lot about CI&#x2F;CD at my job (unsurprising as we are a CI service). While we do have some articles about our platform itself, most of the articles you&#x27;ll find are more general:<p><a href="https:&#x2F;&#x2F;semaphoreci.com&#x2F;category&#x2F;engineering" rel="nofollow">https:&#x2F;&#x2F;semaphoreci.com&#x2F;category&#x2F;engineering</a><p>We also have a podcast about engineering that frequently touches CI&#x2F;CD as a topic:<p><a href="https:&#x2F;&#x2F;semaphoreci.com&#x2F;podcast" rel="nofollow">https:&#x2F;&#x2F;semaphoreci.com&#x2F;podcast</a>
评论 #32868089 未加载
derfabianpeterover 2 years ago
<a href="https:&#x2F;&#x2F;microplatforms.de" rel="nofollow">https:&#x2F;&#x2F;microplatforms.de</a> is a growing collection of DevOps&#x2F;Platform Engineering&#x2F;SRE content.
jeffwaskover 2 years ago
<a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;c&#x2F;AntonBabenkoLive" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;c&#x2F;AntonBabenkoLive</a>
ledgerdevover 2 years ago
I like the tiny devops guy, lots of practical talk. <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;channel&#x2F;UC5UfX0EgUWlcdQ2RDsq_fcA" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;channel&#x2F;UC5UfX0EgUWlcdQ2RDsq_fcA</a> <a href="https:&#x2F;&#x2F;jhall.io&#x2F;media&#x2F;" rel="nofollow">https:&#x2F;&#x2F;jhall.io&#x2F;media&#x2F;</a>
brettanomycesover 2 years ago
<a href="https:&#x2F;&#x2F;medium.com&#x2F;wise-engineering&#x2F;state-of-our-ci-cd-pipeline-part-1-dd5467803718" rel="nofollow">https:&#x2F;&#x2F;medium.com&#x2F;wise-engineering&#x2F;state-of-our-ci-cd-pipel...</a><p>Disclaimer: I work for Wise
评论 #32871445 未加载
upg1979over 2 years ago
Check this repo for SRE <a href="https:&#x2F;&#x2F;github.com&#x2F;upgundecha&#x2F;howtheysre" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;upgundecha&#x2F;howtheysre</a>
la_fayetteover 2 years ago
<a href="https:&#x2F;&#x2F;m.youtube.com&#x2F;c&#x2F;TechWorldwithNana" rel="nofollow">https:&#x2F;&#x2F;m.youtube.com&#x2F;c&#x2F;TechWorldwithNana</a>
jjtang1over 2 years ago
For all things SRE and incident management: <a href="https:&#x2F;&#x2F;rootly.com&#x2F;blog" rel="nofollow">https:&#x2F;&#x2F;rootly.com&#x2F;blog</a>
dhxtover 2 years ago
<a href="https:&#x2F;&#x2F;hodovi.cc&#x2F;blog&#x2F;" rel="nofollow">https:&#x2F;&#x2F;hodovi.cc&#x2F;blog&#x2F;</a>
excitednumberover 2 years ago
Same.<p>Even just a maintained “start to finish” of what someone thinks is current best practice for project development would be a fantastic resource.
oxffover 2 years ago
It seems always to be too specific to an org. to have a general transferable knowledge to share? Kind of.
评论 #32871460 未加载
thundergolferover 2 years ago
<a href="https:&#x2F;&#x2F;gregoryszorc.com&#x2F;blog&#x2F;2021&#x2F;04&#x2F;07&#x2F;modern-ci-is-too-complex-and-misdirected&#x2F;" rel="nofollow">https:&#x2F;&#x2F;gregoryszorc.com&#x2F;blog&#x2F;2021&#x2F;04&#x2F;07&#x2F;modern-ci-is-too-co...</a> is the best article about CI&#x2F;CD that I’ve ever read. Gregory gets it.
dev_0over 2 years ago
No Martin Fowler please. He doesn&#x27;t work on real projects now
评论 #32866833 未加载
评论 #32865791 未加载
rifficover 2 years ago
on a related note, but are there good resources for DevOps&#x2F;SRE specifically in the public sector (state&#x2F;county&#x2F;city&#x2F;federal gov)?
eliranwover 2 years ago
Good question, would love to also know about some great blogs
oneplaneover 2 years ago
The biggest issue (for me when writing about it) is that it&#x27;s really hard to do this when most keys and values in any source or screenshot are internal to the company. I could go and clean it up with placeholder data, but at that point I&#x27;m essentially doing my work twice.