7 ms·
Kubernetes Multi-Tenancy with Sveltos
- mgianluc 4y agoPresenting a Kubernetes multi-tenancy solution offered by Sveltos. Sveltos is an open source project. If you like the idea, be aware contributions are more welcome Thank you
- rektide 4y agoAn operator permission granting is a great fundamental layer to add here. Sounds very solid. I worry there's a lot a lot of concerns in multi-tenancy, but this is a pretty sensible starting olace to orchestrate a multi-tenant clusters.
- mgianluc 4y agoThanks. Would you'd mind expanding more on "An operator permission granting is a great fundamental layer to add here" I am not sure I understood correctly (apologies in case). If I am tenant admin, and I have been given by platform admin full permissions, but only in a namespace/cluster. Then if I install an operator in this namespace/cluster, at most this operator can only have same permissions I have, not more. If operator requires more, tenant admin has posting operator itself will fail (pure Kubernetes RBAC)