#multi-tenancy

[ follow ]
fromInfoQ
4 days ago

CNCF Highlights How vCluster Eases Kubernetes Multi-Tenancy Challenges

The Cloud Native Computing Foundation (CNCF) published a blog post discussing how vCluster, an open-source project by Loft Labs, addresses key multi-tenancy obstacles in Kubernetes clusters by enabling "virtual clusters" within a single host cluster. This approach enables multiple tenants to have isolated control planes while sharing underlying compute resources, thereby reducing overhead without compromising isolation. Traditional namespace-based isolation in Kubernetes often falls short when tenants need to deploy cluster-scoped resources like custom resource definitions (CRDs)
DevOps
fromRubyflow
3 weeks ago
Ruby on Rails

Veri v1.0: Minimal Rails Authentication Framework Now Stable

Veri is a minimal, unopinionated Rails authentication framework providing core secure authentication building blocks for developers to implement custom flows.
Ruby on Rails
fromRubyflow
1 month ago

Veri v0.4.0 - Multi-Tenancy Update for the Rails Authentication Gem

Veri v0.4.0 adds multi-tenancy to isolate authentication sessions per tenant (subdomain or organization model).
fromTestdriven
4 months ago

Building a Multi-tenant App with Django

Isolated multi-tenancy provides high isolation between tenants, requiring no modification to the Django codebase, but significantly increases infrastructure complexity and costs.
Django
[ Load more ]