Infrastructure

Infrastructure

289 bookmarks
Custom sorting
The Illustrated Children’s Guide to Kubernetes | CNCF
The Illustrated Children’s Guide to Kubernetes | CNCF
Brought to you by… Written by: Matt Butcher and Karen Chu Illustrated by: Bailey Beougher Illustration of Goldie is based on the Go Gopher designed by Renee…
·cncf.io·
The Illustrated Children’s Guide to Kubernetes | CNCF
Pod Lifecycle
Pod Lifecycle
This page describes the lifecycle of a Pod. Pods follow a defined lifecycle, starting in the Pending phase, moving through Running if at least one of its primary containers starts OK, and then through either the Succeeded or Failed phases depending on whether any container in the Pod terminated in failure. Like individual application containers, Pods are considered to be relatively ephemeral (rather than durable) entities. Pods are created, assigned a unique ID (UID), and scheduled to run on nodes where they remain until termination (according to restart policy) or deletion.
·kubernetes.io·
Pod Lifecycle
Abusing SQLite to Handle Concurrency
Abusing SQLite to Handle Concurrency
SkyPilot uses the venerable SQLite for state management. SQLite can handle millions of QPS, and terabytes of data. However, our efforts to scale our Managed Jobs feature ran up against the one downfall of SQLite: many concurrent writers. Since SkyPilot typically runs as a CLI on your laptop, we wanted to stick with SQLite, so we decided to figure out how we can make it work. We were very surprised with some of our findings.
·blog.skypilot.co·
Abusing SQLite to Handle Concurrency
Crash Course on Load Balancing Algorithms
Crash Course on Load Balancing Algorithms
A device or service that distributes traffic across multiple servers or microservices.
·betterengineers.substack.com·
Crash Course on Load Balancing Algorithms
#43 Oops, I Deployed It Again: Learning from Our Continuous Deployment Fails
#43 Oops, I Deployed It Again: Learning from Our Continuous Deployment Fails
While we have managed to make our deployments successful most of the time, there is still that little percentage where human nature kicks in. Learn about the most common mistakes we encountered.
·newsletter.fractionalarchitect.io·
#43 Oops, I Deployed It Again: Learning from Our Continuous Deployment Fails
Databases in 2024: A Year in Review
Databases in 2024: A Year in Review
Andy rises from the ashes of his dead startup and disusses what happened in 2024 in the database game.
·cs.cmu.edu·
Databases in 2024: A Year in Review
The Nine Node Pillars
The Nine Node Pillars
9 Principles for Doing Node.js Right in Enterprise Environments
·platformatichq.com·
The Nine Node Pillars
The Future of the Cloud is WebAssembly | Conf42
The Future of the Cloud is WebAssembly | Conf42
This talk illustrates the hype behind WebAssembly and why it may be the future of the Cloud. Talk includes: * What Wasm is, how it works and why its suited for Serverless - How one can get started with Wasm using open source frameworks * Live Demo
·conf42.com·
The Future of the Cloud is WebAssembly | Conf42
ATProto for distributed systems engineers - AT Protocol
ATProto for distributed systems engineers - AT Protocol
AT Protocol is the tech developed at Bluesky for open social networking. In this article we're going to explore AT Proto from the perspective of distributed backend engineering.
·atproto.com·
ATProto for distributed systems engineers - AT Protocol
Revisiting the Outbox Pattern
Revisiting the Outbox Pattern
Comparing the outbox pattern to alternatives like “listen-to-yourself” and 2-phase commit (2PC) transactions. What’s the best choice for data exchange flows between microservices?
·decodable.co·
Revisiting the Outbox Pattern
Moving Baselime from AWS to Cloudflare: simpler architecture, improved performance, over 80% lower cloud costs
Moving Baselime from AWS to Cloudflare: simpler architecture, improved performance, over 80% lower cloud costs
Post-acquisition, we migrated Baselime from AWS to the Cloudflare Developer Platform and in the process, we improved query times, simplified data ingestion, and now handle far more events, all while cutting costs. Here’s how we built a modern, high-performing observability platform on Cloudflare’s network.
·blog.cloudflare.com·
Moving Baselime from AWS to Cloudflare: simpler architecture, improved performance, over 80% lower cloud costs