<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Daniel Olamide</title>
    <description>The latest articles on DEV Community by Daniel Olamide (@danielolamide).</description>
    <link>https://dev.to/danielolamide</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F76945%2F1a8a867a-6f37-4623-8fc3-9df2dad9c419.JPG</url>
      <title>DEV Community: Daniel Olamide</title>
      <link>https://dev.to/danielolamide</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/danielolamide"/>
    <language>en</language>
    <item>
      <title>What service/tool would you use to implement multi-instance SaaS</title>
      <dc:creator>Daniel Olamide</dc:creator>
      <pubDate>Wed, 30 Sep 2020 05:26:50 +0000</pubDate>
      <link>https://dev.to/danielolamide/what-service-tool-would-you-use-to-implement-multi-instance-saas-4alh</link>
      <guid>https://dev.to/danielolamide/what-service-tool-would-you-use-to-implement-multi-instance-saas-4alh</guid>
      <description>&lt;p&gt;I'm currently trying to build a MVP for a SaaS idea I had. I intend for every SaaS client to run their own instance of the application (for customisation and isolation purposes), so some sort of multi-tenant/multi-instance architecture. Currently to try to achieve this scenario, I have been thinking along these lines&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Kubernetes Multi-tenant cluster (This seemed like the most promising as I've seen a couple of companies do this e.g Kolide. I haven't proceeded with this as I'm new to the Kubernetes scene, so the learning curve was crazy and I don't have that much time)&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Switching databases depending on the subdomain value e.g client1.myapp.com switches to client1's database. (This didn't work out because the open source CMS I used doesn't support switching databases ☹️)&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;What tools/services are you using to handle such scenarios? Thanks for your time.&lt;/p&gt;

</description>
      <category>help</category>
      <category>saas</category>
      <category>cloud</category>
      <category>discuss</category>
    </item>
  </channel>
</rss>
