Chinh (lelouvincx) / 2026-03-31

Created Tue, 31 Mar 2026 00:00:00 +0000 Modified Mon, 25 May 2026 06:02:25 +0000
212 Words

Notes

  • Single-Tenant vs Multi-Tenant

    • === Single-Tenant (Non Multi-Tenant) ===
      Infrastructure is duplicated per tenant.
      
      Tenant A Environment       Tenant B Environment
      

    +———————-+ +———————-+ | Load Balancer (A) | | Load Balancer (B) | | App Instance(s) | | App Instance(s) | | Database (A) | | Database (B) | +———————-+ +———————-+

    === Multi-Tenant (Shared) === Infrastructure is shared; isolation is logical.

    +-----------------------------------------------+
    |             Shared Load Balancer              |
    |             Shared App Instances              |
    |             Shared Database Cluster           |
    |  [Tenant A Data] [Tenant B Data] [Tenant C]   |
    +-----------------------------------------------+
    ```
    
    • Anh Huy said he is gradually run away from leading presales call and delegate back to team: me, anh Dong, Chukwudi, Mario.
      • If he just stay in the call everyone can’t improve.
      • So the only thing that makes sense now is force the team to prepare very well before the call.
      • My thought: Very impressive. Step back to bring the team go forward.
  • Tasks

  • Partly today

    • ((69c650c1-2757-48ed-bcbf-59b2d59ea32a))
    • ((69bcd2b6-3128-4991-af97-ecb8c186868f))
  • Done

    • DONE Study the onboarding call 1 tonight

      • DONE Answered question on needing a proxy/bastion server between Holistics/their database here.

      • Call with team (anh Huy, anh Khai) to review.

      • Decision: Known limitation. Let anh Huy lead the call tonight, I’ll sit aside to assist. Need to clarify more exact detail with them about this use case.