For keeping my staging and production environments...
# ask-community
w
For keeping my staging and production environments separate, is it wiser to create a tenant per environment or is splitting them under projects recommended?
k
Hey @warmwaffles, tenant is an enterprise feature and there is a cost per tenant so most users would use projects. Though tenants really give the clear separation.
w
Yea the biggest thing is having to register flows to each one
@Kevin Kho can I make the agent only process flows for a specific project? I've got two environments in k8s that are on separate clusters.
k
Labels is the mechanism for that. Agents can only pick up flows if the flow labels are a subset of the agent labels. Docs for that . It’s not at the project level
w
excellent. Thanks