# Multitenancy

Published articles for Multitenancy.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Secure Multitenancy with OpenShift and Isovalent Networking for Kubernetes

DevFeed: [Secure Multitenancy with OpenShift and Isovalent Networking for Kubernetes](<https://devfeed.tech/articles/secure-multitenancy-with-openshift-and-isovalent-networking-for-kubernetes-31336.md>)

Original publisher: [Read original article](<https://isovalent.com/blog/post/secure-multitenancy-with-openshift-and-isovalent-networking-for-kubernetes/>)

Author: Christian Hernandez

Published: 2026-04-30T07:01:05Z

Content type: article

Language: en

Sources: [Isovalent - The latest articles covering eBPF-based Networking, Observability, and Security](<https://devfeed.tech/sources/isovalent-the-latest-articles-covering-ebpf-based-networking-observability-and-security.md>)

Topics: [Multitenancy](<https://devfeed.tech/topics/multitenancy.md>), [networking](<https://devfeed.tech/topics/networking.md>), [Kubernetes](<https://devfeed.tech/topics/kubernetes.md>)

Tags: [blog](<https://devfeed.tech/tags/blog.md>), [isovalent](<https://devfeed.tech/tags/isovalent.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [multitenancy](<https://devfeed.tech/tags/multitenancy.md>), [networking](<https://devfeed.tech/tags/networking.md>)

### AI overview

The article explores how Isovalent Networking for Kubernetes fits into OpenShift's multitenancy model.

### Source excerpt

OpenShift has long treated multitenancy as a core platform concern and in this blog we explore how Isovalent Networking for Kubernetes fits perfectly in this model!

## Seven Years of Firecracker

DevFeed: [Seven Years of Firecracker](<https://devfeed.tech/articles/seven-years-of-firecracker-12577.md>)

Original publisher: [Read original article](<http://brooker.co.za/blog/2025/09/18/firecracker.html>)

Author: Marc Brooker

Published: 2025-09-18T00:00:00Z

Content type: article

Language: en

Sources: [Marc Brooker's Blog](<https://devfeed.tech/sources/marc-brooker-s-blog.md>), [Marc Brooker's Blog](<https://devfeed.tech/sources/marc-brooker-s-blog-2.md>)

Topics: [Firecracker](<https://devfeed.tech/topics/firecracker.md>), [virtualization](<https://devfeed.tech/topics/virtualization.md>), [Amazon Web Services](<https://devfeed.tech/topics/aws.md>), [Security](<https://devfeed.tech/topics/security.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [Amazon Bedrock AgentCore](<https://devfeed.tech/topics/amazon-bedrock-agentcore.md>), [Serverless](<https://devfeed.tech/topics/serverless.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [Multitenancy](<https://devfeed.tech/topics/multitenancy.md>), [Large Language Model](<https://devfeed.tech/topics/llm.md>), [Python](<https://devfeed.tech/topics/python.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [amazon-bedrock-agentcore](<https://devfeed.tech/tags/amazon-bedrock-agentcore.md>), [aws](<https://devfeed.tech/tags/aws.md>), [aws-lambda](<https://devfeed.tech/tags/aws-lambda.md>), [firecracker](<https://devfeed.tech/tags/firecracker.md>), [llm](<https://devfeed.tech/tags/llm.md>), [multitenancy](<https://devfeed.tech/tags/multitenancy.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [python](<https://devfeed.tech/tags/python.md>), [security](<https://devfeed.tech/tags/security.md>), [virtualization](<https://devfeed.tech/tags/virtualization.md>)

### AI overview

This article reflects on seven years of Firecracker, an open source technology for creating and managing small virtual machines. It describes Firecracker's role in AWS Lambda, its security and compatibility benefits compared with container and language-level isolation, its use across AWS, and its role in Amazon Bedrock AgentCore for running AI agents.

### Source excerpt

Seven Years of Firecracker Time flies like an arrow. Fruit flies like a banana. Back at re:Invent 2018, we shared Firecracker with the world. Firecracker is open source software that makes it easy to create and manage small virtual machines. At the time, we talked about Firecracker as one of the key technologies behind AWS Lambda, including how it'd allowed us to make Lambda faster, more efficient, and more secure. A couple years later, we published Firecracker: Lightweight Virtualization for Serverless Applications (at NSDI'20). Here's me talking through the paper back then: The paper went into more detail into how we're using Firecracker in Lambda, how we think about the economics of multitenancy (more about that here), and how we chose virtualization over kernel-level isolation (containers) or language-level isolation for Lambda. Despite these challenges, virtualization provides many compelling benefits. From an isolation perspective, the most compelling benefit is that it moves the security-critical interface from the OS boundary to a boundary supported in hardware and comparatively simpler software. It removes the need to trade off between kernel features and security: the guest kernel can supply its full feature set with no change to the threat model. VMMs are much smaller than general-purpose OS kernels, exposing a small number of well-understood abstractions without compromising on software compatibility or requiring software to be modified. Firecracker has really taken off, in all three ways we hoped it would. First, we use it in many more places inside AWS, backing the infrastructure we offer to customers across multiple services. Second, folks use the open source version directly, building their own cool products and businesses on it. Third, it was the motivation for a wave of innovation in the VM space. In this post, I wanted to write a bit about two of the ways we're using Firecracker at AWS that weren't covered in the paper. Bedrock AgentCore Back in J

## Web Analytics Architecture for Multitenancy and AI

DevFeed: [Web Analytics Architecture for Multitenancy and AI](<https://devfeed.tech/articles/web-analytics-starter-kit-supercharged-with-ai-and-core-vitals-18745.md>)

Original publisher: [Read original article](<https://www.tinybird.co/blog/web-analytics-with-multitenancy-and-ai>)

Author: Víctor Ramírez, Alberto Romeu

Published: 2025-08-13T14:00:00Z

Content type: tutorial

Language: en

Sources: [Tinybird](<https://devfeed.tech/sources/tinybird.md>)

Topics: [Web](<https://devfeed.tech/topics/web.md>), [Multitenancy](<https://devfeed.tech/topics/multitenancy.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [analytics](<https://devfeed.tech/tags/analytics.md>), [architecture](<https://devfeed.tech/tags/architecture.md>), [i-built-this](<https://devfeed.tech/tags/i-built-this.md>), [multitenancy](<https://devfeed.tech/tags/multitenancy.md>), [web](<https://devfeed.tech/tags/web.md>)

### AI overview

The article describes the architecture of a web analytics platform that uses multitenancy and AI to serve thousands of customers from one platform.

### Source excerpt

Web analytics with multitenancy and AI serves thousands of customers from one platform. Here's the architecture behind it.

## Databases will be free

DevFeed: [Databases will be free](<https://devfeed.tech/articles/databases-will-be-free-5931.md>)

Original publisher: [Read original article](<https://turso.tech/blog/databases-will-be-free>)

Author: Glauber Costa

Published: 2024-11-19T00:00:00Z

Content type: opinion

Language: en

Sources: [Turso Blog](<https://devfeed.tech/sources/turso-blog.md>)

Topics: [Databases](<https://devfeed.tech/topics/databases.md>), [Multitenancy](<https://devfeed.tech/topics/multitenancy.md>), [Turso](<https://devfeed.tech/topics/turso.md>), [Provisioning](<https://devfeed.tech/topics/provisioning.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [DRIVE](<https://devfeed.tech/topics/drive.md>)

Tags: [agents](<https://devfeed.tech/tags/agents.md>), [ai-agents](<https://devfeed.tech/tags/ai-agents.md>), [centralization](<https://devfeed.tech/tags/centralization.md>), [databases](<https://devfeed.tech/tags/databases.md>), [multitenancy](<https://devfeed.tech/tags/multitenancy.md>), [provisioning](<https://devfeed.tech/tags/provisioning.md>), [turso](<https://devfeed.tech/tags/turso.md>)

### AI overview

The article argues that database costs will eventually fall close to zero, enabling plentiful individual and ephemeral databases. It connects this shift to a microdatabase model, AI agents requiring disposable databases for agentic memory, and Turso's efforts toward massive multitenancy and lower-cost provisioning.

### Source excerpt

In the near future, databases will be free and plentiful. What does that change for you?

## Is Postgres RLS for Everything and Everyone?

DevFeed: [Is Postgres RLS for Everything and Everyone?](<https://devfeed.tech/articles/is-postgres-rls-for-everything-and-everyone-5472.md>)

Original publisher: [Read original article](<https://neon.com/blog/is-postgres-rls-for-everything-and-everyone>)

Author: David Gomes

Published: 2024-11-15T17:32:58Z

Content type: article

Language: en

Sources: [Blog -- Neon Docs](<https://devfeed.tech/sources/blog-neon-docs.md>)

Topics: [Authorization](<https://devfeed.tech/topics/authorization.md>), [Multitenancy](<https://devfeed.tech/topics/multitenancy.md>), [Per-user Database](<https://devfeed.tech/topics/per-user-database.md>), [SQL](<https://devfeed.tech/topics/sql.md>), [Security](<https://devfeed.tech/topics/security.md>), [Drizzle](<https://devfeed.tech/topics/drizzle.md>), [Object-relational mapping](<https://devfeed.tech/topics/orm.md>), [Architecture & Design](<https://devfeed.tech/topics/architecture-design.md>)

Tags: [authorization](<https://devfeed.tech/tags/authorization.md>), [blog-post](<https://devfeed.tech/tags/blog-post.md>), [database](<https://devfeed.tech/tags/database.md>), [drizzle](<https://devfeed.tech/tags/drizzle.md>), [multitenancy](<https://devfeed.tech/tags/multitenancy.md>), [orm](<https://devfeed.tech/tags/orm.md>), [postgres](<https://devfeed.tech/tags/postgres.md>), [security](<https://devfeed.tech/tags/security.md>), [sql](<https://devfeed.tech/tags/sql.md>), [testing](<https://devfeed.tech/tags/testing.md>)

### AI overview

The article examines whether PostgreSQL Row-Level Security (RLS) should express an application's entire authorization model. It recommends a project-per-user pattern for multitenancy when possible, while describing RLS as a way to prevent cross-tenant access in a shared database. It discusses RLS's dense syntax, recursion errors, policy behavior, security settings, optimizer considerations, and testing difficulties, and notes that Drizzle ORM can simplify some TypeScript usage.

### Source excerpt

In Neon, we recommend using a project-per-user pattern for multitenancy whenever possible. If this doesn't work for you and you're placing all your tenants within a single Postgres database, you should at least use RLS to prevent cross-tenant access--but expressing your entire aut...

## Adaptive Computer chooses Turso ephemeral databases to power AI agents that build and modify software

DevFeed: [Adaptive Computer chooses Turso ephemeral databases to power AI agents that build and modify software](<https://devfeed.tech/articles/adaptive-computer-chooses-turso-ephemeral-databases-to-power-ai-agents-that-build-and-modify-software-5879.md>)

Original publisher: [Read original article](<https://turso.tech/blog/adaptive-computer-chooses-turso-ephemeral-databases-to-power-ai-agents-that-build-and-modify-software>)

Author: Mike Soylu

Published: 2024-10-21T00:00:00Z

Content type: article

Language: en

Sources: [Turso Blog](<https://devfeed.tech/sources/turso-blog.md>)

Topics: [Turso](<https://devfeed.tech/topics/turso.md>), [AI Agent](<https://devfeed.tech/topics/ai-agent.md>), [Platform API](<https://devfeed.tech/topics/platform-api.md>), [Multitenancy](<https://devfeed.tech/topics/multitenancy.md>), [SQLite](<https://devfeed.tech/topics/sqlite.md>)

Tags: [ai-agents](<https://devfeed.tech/tags/ai-agents.md>), [multitenancy](<https://devfeed.tech/tags/multitenancy.md>), [platform-api](<https://devfeed.tech/tags/platform-api.md>), [sqlite](<https://devfeed.tech/tags/sqlite.md>), [turso](<https://devfeed.tech/tags/turso.md>)

### AI overview

Adaptive Computer describes using Turso to provision and branch databases for AI-agent changes to applications, validate those changes, and roll them back when needed. The company says it had 40,000 Turso databases in September while still in alpha.

### Source excerpt

How Adaptive Computer uses Turso multitenancy to create tens of thousands of databases that power AI agent actions

## How Drizzle Leverages Turso for Its Products and Services

DevFeed: [How Drizzle Leverages Turso for Its Products and Services](<https://devfeed.tech/articles/how-drizzle-leverages-turso-for-its-products-and-services-5960.md>)

Original publisher: [Read original article](<https://turso.tech/blog/how-drizzle-leverages-turso-for-its-products-and-services>)

Author: Aleksandr Blokh

Published: 2024-10-17T00:00:00Z

Content type: article

Language: en

Sources: [Turso Blog](<https://devfeed.tech/sources/turso-blog.md>)

Topics: [Drizzle](<https://devfeed.tech/topics/drizzle.md>), [Turso](<https://devfeed.tech/topics/turso.md>), [Object-relational mapping](<https://devfeed.tech/topics/orm.md>), [SQLite](<https://devfeed.tech/topics/sqlite.md>), [TypeScript](<https://devfeed.tech/topics/typescript.md>), [Multitenancy](<https://devfeed.tech/topics/multitenancy.md>), [Replication](<https://devfeed.tech/topics/replication.md>), [Latency](<https://devfeed.tech/topics/latency.md>)

Tags: [drizzle](<https://devfeed.tech/tags/drizzle.md>), [latency](<https://devfeed.tech/tags/latency.md>), [multitenancy](<https://devfeed.tech/tags/multitenancy.md>), [orm](<https://devfeed.tech/tags/orm.md>), [performance](<https://devfeed.tech/tags/performance.md>), [replication](<https://devfeed.tech/tags/replication.md>), [sqlite](<https://devfeed.tech/tags/sqlite.md>), [turso](<https://devfeed.tech/tags/turso.md>), [typescript](<https://devfeed.tech/tags/typescript.md>)

### AI overview

Drizzle explains how it uses Turso in production for data-centric applications, including Drizzle Studio themes, web analytics, an internal analytical back office, and a game. The article highlights Turso's SQLite foundation, schema capabilities, vector support, transparent pricing, replication, recovery, multi-region support, and scalability.

### Source excerpt

Drizzle ORM is a longtime user of Turso to power various products and services it offers. Here's how they use it.

## Databases have traditionally been expensive. What if we could change that?

DevFeed: [Databases have traditionally been expensive. What if we could change that?](<https://devfeed.tech/articles/databases-have-traditionally-been-expensive-what-if-we-could-change-that-5930.md>)

Original publisher: [Read original article](<https://turso.tech/blog/databases-have-traditionally-been-expensive-what-if-we-could-change-that-ec7f32ab>)

Author: Glauber Costa

Published: 2023-12-15T00:00:00Z

Content type: article

Language: en

Sources: [Turso Blog](<https://devfeed.tech/sources/turso-blog.md>)

Topics: [Turso](<https://devfeed.tech/topics/turso.md>), [Databases](<https://devfeed.tech/topics/databases.md>), [SQLite](<https://devfeed.tech/topics/sqlite.md>), [cloud-infrastructure](<https://devfeed.tech/topics/cloud-infrastructure.md>)

Tags: [cloud](<https://devfeed.tech/tags/cloud.md>), [databases](<https://devfeed.tech/tags/databases.md>), [devices](<https://devfeed.tech/tags/devices.md>), [embedded](<https://devfeed.tech/tags/embedded.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [multitenancy](<https://devfeed.tech/tags/multitenancy.md>), [offline](<https://devfeed.tech/tags/offline.md>), [per-user-database](<https://devfeed.tech/tags/per-user-database.md>), [processes](<https://devfeed.tech/tags/processes.md>), [scale](<https://devfeed.tech/tags/scale.md>), [servers](<https://devfeed.tech/tags/servers.md>), [sqlite](<https://devfeed.tech/tags/sqlite.md>), [sync](<https://devfeed.tech/tags/sync.md>), [turso](<https://devfeed.tech/tags/turso.md>)

### AI overview

The article describes using Turso to create many databases for multitenant SaaS applications, including a separate database for each tenant, user, or location. It presents deployment across infrastructure, including embedded deployments, while noting that Turso Cloud supports querying databases over the network and syncing them with devices and servers for offline use.

### Source excerpt

Build multitenant SaaSes (with a database per tenant, user, location) and deploy databases anywhere including embedded in your own infrastructure. This and more is what having a legendary amount of databases can do for you.

## Speeding up a Remix website with Turso's embedded replicas hosted on Akamai's Linode

DevFeed: [Speeding up a Remix website with Turso's embedded replicas hosted on Akamai's Linode](<https://devfeed.tech/articles/speeding-up-a-remix-website-with-turso-s-embedded-replicas-hosted-on-akamai-s-linode-6036.md>)

Original publisher: [Read original article](<https://turso.tech/blog/speeding-up-a-remix-website-with-tursos-embedded-replicas-hosted-on-akamais-linode-e5e5a738>)

Author: James Sinkala

Published: 2023-11-30T00:00:00Z

Content type: article

Language: en

Sources: [Turso Blog](<https://devfeed.tech/sources/turso-blog.md>)

Topics: [Turso](<https://devfeed.tech/topics/turso.md>), [Embedded Replicas](<https://devfeed.tech/topics/embedded-replicas.md>), [Remix](<https://devfeed.tech/topics/remix.md>), [Linode](<https://devfeed.tech/topics/linode.md>)

Tags: [akamai](<https://devfeed.tech/tags/akamai.md>), [embedded-replicas](<https://devfeed.tech/tags/embedded-replicas.md>), [linode](<https://devfeed.tech/tags/linode.md>), [multitenancy](<https://devfeed.tech/tags/multitenancy.md>), [remix](<https://devfeed.tech/tags/remix.md>), [turso](<https://devfeed.tech/tags/turso.md>)

### AI overview

An older post describes using Turso's embedded replicas to speed up a Remix website hosted on Akamai's Linode. The accompanying note explains that Turso has since been rewritten and now supports querying databases over the wire or syncing them with devices and servers for offline use.

### Source excerpt

Using Turso's embedded replicas to speed up a Remix website hosted on Akamai's Linode

## Creating a multitenant SaaS service with Turso, Remix, and Drizzle

DevFeed: [Creating a multitenant SaaS service with Turso, Remix, and Drizzle](<https://devfeed.tech/articles/creating-a-multitenant-saas-service-with-turso-remix-and-drizzle-5919.md>)

Original publisher: [Read original article](<https://turso.tech/blog/creating-a-multitenant-saas-service-with-turso-remix-and-drizzle-6205cf47>)

Author: James Sinkala

Published: 2023-10-19T00:00:00Z

Content type: article

Language: en

Sources: [Turso Blog](<https://devfeed.tech/sources/turso-blog.md>)

Topics: [Turso](<https://devfeed.tech/topics/turso.md>), [Drizzle](<https://devfeed.tech/topics/drizzle.md>), [Remix](<https://devfeed.tech/topics/remix.md>), [Software as a service](<https://devfeed.tech/topics/saas.md>)

Tags: [database](<https://devfeed.tech/tags/database.md>), [drizzle](<https://devfeed.tech/tags/drizzle.md>), [integration](<https://devfeed.tech/tags/integration.md>), [multitenancy](<https://devfeed.tech/tags/multitenancy.md>), [remix](<https://devfeed.tech/tags/remix.md>), [saas](<https://devfeed.tech/tags/saas.md>), [turso](<https://devfeed.tech/tags/turso.md>)

### AI overview

This article describes building a multitenant SaaS website in which each user receives a separate Turso database, using Turso, Remix, and Drizzle. The supplied text notes that the post covers an older version of Turso and briefly describes Turso Cloud's database access, device and server synchronization, offline support, and file-based behavior.

### Source excerpt

Building a multitenant SaaS website where each user gets their own Turso database by leveraging Turso's numerous database offering.

## Surprising Scalability of Multitenancy

DevFeed: [Surprising Scalability of Multitenancy](<https://devfeed.tech/articles/surprising-scalability-of-multitenancy-12535.md>)

Original publisher: [Read original article](<http://brooker.co.za/blog/2023/03/23/economics.html>)

Author: Marc Brooker

Published: 2023-03-23T00:00:00Z

Content type: article

Language: en

Sources: [Marc Brooker's Blog](<https://devfeed.tech/sources/marc-brooker-s-blog.md>), [Marc Brooker's Blog](<https://devfeed.tech/sources/marc-brooker-s-blog-2.md>)

Topics: [Multitenancy](<https://devfeed.tech/topics/multitenancy.md>), [Scalability](<https://devfeed.tech/topics/scalability.md>), [Amazon S3](<https://devfeed.tech/topics/amazon-s3.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>)

Tags: [architecture](<https://devfeed.tech/tags/architecture.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [cost](<https://devfeed.tech/tags/cost.md>), [economics](<https://devfeed.tech/tags/economics.md>), [multitenancy](<https://devfeed.tech/tags/multitenancy.md>), [performance](<https://devfeed.tech/tags/performance.md>), [s3](<https://devfeed.tech/tags/s3.md>), [scalability](<https://devfeed.tech/tags/scalability.md>), [storage](<https://devfeed.tech/tags/storage.md>), [systems](<https://devfeed.tech/tags/systems.md>)

### AI overview

The article explains how multi-tenancy improves the economics and scalability of cloud systems by reducing the overall peak-to-average traffic ratio. Using Amazon S3 as an example, it describes how distributing customer workloads across many storage devices can support high individual workload peaks without making the overall system disproportionately expensive.

### Source excerpt

Surprising Scalability of Multitenancy When most folks talk about the economics of cloud systems, their focus is on automatically scaling for long-term seasonality: changes on the order of days (fewer people buy things at night), weeks (fewer people visit the resort on weekdays), seasons, and holidays. Scaling for this kind of seasonality is useful and important, but there's another factor that can be even more important and is often overlooked: short-term peak-to-average. Roughly speaking, the cost of a system scales with its (short-term1) peak traffic, but for most applications the value the system generates scales with the (long-term) average traffic. The gap between "paying for peak" and "earning on average" is critical to understand how the economics of large-scale cloud systems differ from traditional single-tenant systems. Why is it important? It's important because multi-tenancy (i.e. running a lot of different workloads on the same system) very effectively reduces the peak-to-average ratio that the overall system sees. This is highly beneficial for two reasons. The first-order reason is that it improves the economics of the underlying system, by bringing costs (proportional to peak) closer to value (proportional to average). The second-order benefit, and the one that is most directly beneficial to cloud customers, is that it allows individual workloads to have higher peaks without breaking the economics of the system. Most people would call that scalability. Example 1: S3 Earlier this month, Andy Warfield from the S3 team did a really fun talk at OSDI'23 about his experiences working on S3. There's a lot of gold in his talk, but there's one point he made that I think is super important, and worth diving deeper into: heat management and multi-tenancy. Here's the start of the relevant bit on heat2 management: Andy makes a lot of interesting point here, but the key one has got to do with the difference between the per object heat distribution, the per aggregat