Skip to content

Tenancy model

Ontology Key Identifier
tenancy.native.cloud/tenancyModel
Kubernetes Annotation
Kubernetes Label
Kubernetes Taint
ResourceClaim

Use this key to indicate the tenancy model of a multi-tenant environment.

dedicated: : infrastructure is dedicated to a single tenant, with hard physical or logical isolation from other tenants. In this model, each instance of storage or compute is assigned to exactly one tenant.

pooled: : infrastructure is shared across multiple tenants, with isolation achieved within application code. A single instance of the application is used to serve multiple tenants.

hybrid: : a mix of dedicated and pooled infrastructure, where some resources or services are dedicated while others are shared.

This key is useful for security policies, compliance tracking, capacity planning, and cost allocation. Different tenancy models have different implications for performance isolation, security boundaries, and operational practices.

dedicated
pooled
hybrid