<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Topics tagged with isolation]]></title><description><![CDATA[A list of topics that have been tagged with isolation]]></description><link>https://fusionauth.io/community/forum/tags/isolation</link><generator>RSS for Node</generator><lastBuildDate>Fri, 17 Jul 2026 21:04:31 GMT</lastBuildDate><atom:link href="https://fusionauth.io/community/forum/tags/isolation.rss" rel="self" type="application/rss+xml"/><pubDate>Invalid Date</pubDate><ttl>60</ttl><item><title><![CDATA[Should I run multiple environments in different tenants or different instances?]]></title><description><![CDATA[<p dir="auto">I'm a former consultant, so the answer is, as always, "it depends".</p>
<p dir="auto">Strengths of running in different tenants:</p>

easier to manage (only one instance to run and upgrade)
configuration, such as lambda or identity provider config, can be shared across tenants
cheaper to run (again, only one instance and database to pay for)

<p dir="auto">Strengths of running in different instances:</p>

true isolation when running
you can allow developers access to the admin ui of the instance
a misconfiguration in development isn't going to affect production
you can have a true IaC approach, where you deploy config changes across environments one at a time

<p dir="auto">In general, it makes sense to be careful about production environments, as if any configuration changes are made in error, it can impact the customer experience.</p>
<p dir="auto">It really depends on what works best for you.</p>
]]></description><link>https://fusionauth.io/community/forum/topic/1065/should-i-run-multiple-environments-in-different-tenants-or-different-instances</link><guid isPermaLink="true">https://fusionauth.io/community/forum/topic/1065/should-i-run-multiple-environments-in-different-tenants-or-different-instances</guid><dc:creator><![CDATA[dan]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Can I have physical as well as logical separation of my tenants in FusionAuth?]]></title><description><![CDATA[<p dir="auto">Tenants are separated logically, with users, identity providers, and applications all separate.</p>
<p dir="auto">If you need physical or geographic separation (for instance, to host users in tenant A in the USA and users in tenant B in Germany, you can do this by running two instances of FusionAuth. You can keep system wide configuration in sync using scripts with the client library.</p>
]]></description><link>https://fusionauth.io/community/forum/topic/897/can-i-have-physical-as-well-as-logical-separation-of-my-tenants-in-fusionauth</link><guid isPermaLink="true">https://fusionauth.io/community/forum/topic/897/can-i-have-physical-as-well-as-logical-separation-of-my-tenants-in-fusionauth</guid><dc:creator><![CDATA[dan]]></dc:creator><pubDate>Invalid Date</pubDate></item></channel></rss>