Secure Linux Servers by Default
TL;DR I get upset when I find Linux servers that are not setup well. This aims to fix that.https://fak3r.com/2021/06/18/secure-linux-servers-by-default
litestream
Litestream is a standalone streaming replication tool for SQLite. It runs as a background process and safely replicates changes incrementally to another file or S3. Litestream only communicates with SQLite through the SQLite API so it will not corrupt your database.https://github.com/benbjohnson/litestream
Infrastructure monitoring using kube-prometheus operator
Prometheus has emerged as the de-facto open source standard for monitoring Kubernetes implementations. In this tutorial, Kristijan Mitevski shows how infrastructure monitoring can be done using kube-prometheus operator. The blog also covers how the Prometheus Alertmanager cluster can be used to route alerts to Slack using webhooks.https://medium.com/squadcast/infrastructure-monitoring-using-kube-prometheus-operator-a170744cd11e
An Illustrated Enterprise Release Checklist For Applications
Sleep better, have fun, & create value by better managing your pre-releases, releases, & monitoringhttps://medium.com/capital-one-tech/an-illustrated-enterprise-release-checklist-for-applications-3ff1e6353a3e
First-M8
First M8 is an Electron-based application built to make querying Prometheus instances much more accessable and approachable to those new to Dev Ops or seasoned veterans who want a more intuitive interface when monitoring and scraping data.https://github.com/oslabs-beta/First-M8
Moving our monitoring system from managed Datadog to self-managed Prometheus stack
https://oren-shoval.medium.com/moving-from-managed-service-datadog-to-self-managed-prometheus-stack-6d29726484a3
https://oren-shoval.medium.com/moving-from-managed-service-datadog-to-self-managed-prometheus-stack-6d29726484a3
Exploring logging strategies with the Elastic Stack
https://medium.com/kreuzwerker-gmbh/exploring-logging-strategies-with-the-elastic-stack-711def37bad2
https://medium.com/kreuzwerker-gmbh/exploring-logging-strategies-with-the-elastic-stack-711def37bad2
The Cost of 100% Reliability
How do reliability costs stack up? Where do they come from?https://medium.com/expedia-group-tech/the-cost-of-100-reliability-ecb2901f23a4
What Every Programmer Should Know About SSDs
https://databasearchitects.blogspot.com/2021/06/what-every-programmer-should-know-about.html
https://databasearchitects.blogspot.com/2021/06/what-every-programmer-should-know-about.html
That Time I Deleted A Production Database, or How Everyone Makes Mistakes
https://threadreaderapp.com/thread/1405826698839576576.html
https://threadreaderapp.com/thread/1405826698839576576.html
Is AWS Certification Worth It? Weighing All the Factors
https://www.lastweekinaws.com/blog/is-aws-certification-worth-it-weighing-all-the-factors
https://www.lastweekinaws.com/blog/is-aws-certification-worth-it-weighing-all-the-factors
Revisiting the Twelve-Factor App Methodology
The Twelve-Factor App Methodology has been around for a decade now. But how relevant and important are these guidelines today? Here, we examine just how well they’ve held up in addressing architectural, deployment, and operational concerns in building software at scale.https://codersociety.com/blog/articles/twelve-factor-app-methodology
How etcd works with and without Kubernetes
TL;DR: In this article, you will learn why Kubernetes uses etcd as a database by building (and breaking) a 3-node etcd cluster.https://learnk8s.io/etcd-kubernetes
The cost of tools to run a SaaS company with a few million Annual Recurring Revenue
The summary:https://www.reddit.com/r/Entrepreneur/comments/oa966t/the_cost_of_tools_to_run_a_saas_company_with_a
- Server Stuff - 9625€/month
- Development/Product/Devops - 1370€/month
- Marketing - 4890€/month
- Customer Success - 2881€/month
- All Company Tools - 2732€/month
- Admin/Finance/Team - 1303€/month
- Total = 22801€/month
Grafana dashboard showcase: Visualizations for Prometheus, home energy usage, GitHub, and more!
https://grafana.com/blog/2021/06/22/grafana-dashboard-showcase-visualizations-for-prometheus-home-energy-usage-github-and-more
https://grafana.com/blog/2021/06/22/grafana-dashboard-showcase-visualizations-for-prometheus-home-energy-usage-github-and-more
What we learned from an iOS app OOMs incident
https://medium.com/pinterest-engineering/what-we-learned-from-an-ios-app-ooms-incident-eb31eada251
https://medium.com/pinterest-engineering/what-we-learned-from-an-ios-app-ooms-incident-eb31eada251
curlie
If you like the interface of HTTPie but miss the features of curl, curlie is what you are searching for. Curlie is a frontend to curl that adds the ease of use of httpie, without compromising on features and performance. All curl options are exposed with syntax sugar and output formatting inspired from httpie.https://github.com/rs/curlie
Navigating the 8 fallacies of distributed computing
1. The network is reliable.https://ably.com/blog/8-fallacies-of-distributed-computing
2. Latency is zero.
3. Bandwidth is infinite.
4. The network is secure.
5. Topology doesn't change.
6. There is one administrator.
7. Transport cost is zero.
8. The network is homogeneous.
7 Essential Tools for SREs
- Chaos engineeringhttps://rootly.io/blog/7-essential-tools-for-sres
- Monitoring and alerting
- Observability
- Paging tools
- SLO management
- Infrastructure-as-Code (and everything-as-code)
- Automated incident response