#Hello, I read here and [there](https://
1 messages · Page 1 of 1 (latest)
i guess there is no techincal limitations doing it. At least there is non I'm aware of.
For deamon set part, it is mostly for performance and leverage caching better with nodes.
cc @digital sonnet @wary pivot @mossy agate who can say more about architecture constraints
If I understand correctly, using this deployment (Daemonset with host mount) would leverage cache as node local only. Meaning running the same job on 2 different nodes would not use the cache the second time, as it would not be available on that node.
If this statement is correct, this would make the cache nearly useless on highly dynamic environment - which is often the case on CI systems leveraging things like spot instances for example.
Note that I’m still experimenting with it and learning about dagger concepts. It is likely I have oversaw some obvious things, and I’m sorry for that.