How's pulumi's performance with large stacks? Is t...
# general
b
How's pulumi's performance with large stacks? Is there a recommended limit on the max resources to manage with a single stack? In theory you could put an entire companies infrastructure in one stack.
s
@billowy-laptop-45963 You could do that. In general it’s likely better to break things up into logical chunks rather than have everything in one stack. Some of the tradeoffs are described in our docs, here: https://pulumi.io/reference/organizing-stacks-projects/
(Sorry, deleted my original reply to move it into a thread)
b
thanks bookmarked!