Conversation
Signed-off-by: Vegard Hagen <vegard@stonegarden.dev>
|
Considering some may have more agent deployments in different VPCs than NetBird deployments, would it make more sense to separate the agent into its own chart? |
|
I agree that separating the agent deployment into its own chart makes sense, though I figured with all the other deployments that can be enabled and disabled it didn't hurt too much. In the monolithic deployment as in your PR it makes even more sense. It's also somewhat less elegant having to first get the server and dashboard up and running to manually create a setup-key to use for the agent. In a Kubernetes native deployment of NetBird it would be neat if this setup key could be automatically created as a Secret resource. The slight downside of separating them in some maintenance overhead. |
Signed-off-by: Vegard Hagen vegard@stonegarden.dev