hey everyone, do you know if is it possible to wor...
# general
m
hey everyone, do you know if is it possible to work with micro-stacks using a self-managed backend?
l
Yes, it's all possible. What's a micro-stack?
b
YEs, self managed backends have stackreferences that allow you reading data from another stack's outputs
I suggest a good naming convention for the stack names as self managed only support a simple naming convention - there's no concept of owner/project/stack
so you'd need to do something like networking.dev as a stackname
m
oh! that's the secret, I was exactly wondering how to do that
then do I have to keep several stacks, one per micro-service?
for instance:
Copy code
coreinfra.dev
appone.dev
apptwo.dev
or all them should share the same
dev
stack?
b
it depends on what you are using a stack for - if an environment then I'd say yes
tis your choice