How We Securely Scaled Multi-Tenancy with VCluster, Crossplane... Ilia Medvedev & Kostis Kapelonis

แชร์
ฝัง
  • เผยแพร่เมื่อ 2 ต.ค. 2024
  • How We Securely Scaled Multi-Tenancy with VCluster, Crossplane, and Argo CD - Ilia Medvedev & Kostis Kapelonis, Codefresh
    What do you do when RBAC with namespaces aren’t enough to meet your multi-tenancy needs? Namespaces are easy to implement but they generally do not provide the level of isolation that is needed when working with external users. Instead of running multiple clusters, which are complex to manage, hard to scale and often costly, we turned to vCluster. vCluster is an open source project that allows you to create virtual clusters in any Kubernetes cluster. Virtual clusters enjoy higher isolation than simple namespaces and can also be used for cluster level resources like CRDs without any versioning conflicts. Using virtual clusters in the Codefresh’s hosted GitOps platform that is powered by thousands of Argo instances we enabled high isolation between tenants while lowering the cost of application multi-tenancy. For most companies, multi-tenancy means supporting multiple teams within an organization, or perhaps a partner. For us, multi-tenancy means providing access to the general public. We needed to go deeper than RBAC, namespaces, and auditing. In this end-user talk, we’ll share how we leveraged vCluster, Crossplane, and Argo CD to approach multi-tenancy, scale, and security in a totally GitOps fashion. You’ve never seen vCluster scale like this before!

ความคิดเห็น • 2

  • @keneanalemayehu6832
    @keneanalemayehu6832 3 หลายเดือนก่อน

    This is very interesting, I am thinking of building Heroku like platform as a side project with this exact approach. One thing am not still clear on is the noisy neighbor issue and whether Vcluster is good enough to provide solid isolation.

  • @austinloveless5171
    @austinloveless5171 ปีที่แล้ว

    Super interesting. I'm curious to see a code sample of the composition that deploys the providers onto the other clusters.