Can I have two or more installations in the same Kubernetes cluster?

Modified on Fri, 17 Nov 2023 at 02:18 PM

Yes, you can have one installation per namespace. There is no namespace limit. But keeping only one installation in the production environment is strongly recommended.


The reason is that although namespaces provide isolation between environments, Kubernetes has cluster-level resources such as Persistent Volumes, certificate-related objects, node-exposed ports, and others. In addition, Labforward does not limit the CPU usage per namespace. Hence, one namespace could impact the performance of another one.


For these reasons, multiple namespaces are recommended only for various test environments.


Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select atleast one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article