sigs.k8s.io/cluster-api@v1.7.1/docs/book/src/developer/architecture/controllers/multi-tenancy.md (about) 1 # Multi tenancy 2 3 Multi tenancy in Cluster API defines the capability of an infrastructure provider to manage different credentials, each 4 one of them corresponding to an infrastructure tenant. 5 6 ## Contract 7 8 In order to support multi tenancy, the following rule applies: 9 10 - Infrastructure providers MUST be able to manage different sets of credentials (if any) 11 - Providers SHOULD deploy and run any kind of webhook (validation, admission, conversion) 12 following Cluster API codebase best practices for the same release. 13 - Providers MUST create and publish a `{type}-component.yaml` accordingly.