you may see some performance issues but I don't have concrete numbers. I will say I try to encourage customers not to have large stacks mainly because of the "blast radius" consideration. Is there a reason your stacks are so large?
p
proud-pizza-80589
12/21/2020, 8:29 AM
We are deploying on demand software on top of on demand (shared/dedicated) k8s clusters. Going to use the automation api to handle that (everything is built ourselves atm) and i’m exploring stack references and trying to determine the “optimal” setup.
proud-pizza-80589
12/21/2020, 8:30 AM
This question came from the idea, that if i have shared clusters and a single stack per cluster. But i ’m currently doing a separate stack for a cluster and then a stack per namespace.
proud-pizza-80589
12/21/2020, 8:31 AM
feels “better” under control if i do small parts. Just needs a bit more stack management.