This document summarizes multitenancy in WSO2 C5. It discusses how multitenancy works in C4 with tenant isolation at the Carbon server level. In C5, tenant isolation occurs at the Kubernetes namespace level, with each tenant assigned their own namespace. This allows independent tenant instances to run in containers, with services and resources isolated by namespace. The document provides an overview of how tenant services and clusters are deployed and accessed in Kubernetes.