You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create the new feature Dagda swarm mode for running dagda in a distribute way.
Solution
A possible solution for this issue would be develop a swarm mode which works as docker swarm, I mean, a Dagda agent could join/leave a swarm and these agents would be controled by Dagda server (master) for running static analysis or monitoring the containers no matter where those containers are. For this version it wouldn't be neccessary multiple Dagda server (master) run in a colaborative way.
The text was updated successfully, but these errors were encountered:
Wouldn't it be easier to have Dagda talk to the swarm api with a global deployment model and instead of doing rewrite for client(agent)/server(master) design?
Maybe that option you describe would be better. Nowadays, Dagda has an agent for remote static anlaysis which is a different process but could be interesting to reuse the functionality already developed instead of rewrite both client and server, define a global model for Dagda agents and masters working together.
Short description
Create the new feature Dagda swarm mode for running dagda in a distribute way.
Solution
A possible solution for this issue would be develop a swarm mode which works as docker swarm, I mean, a Dagda agent could join/leave a swarm and these agents would be controled by Dagda server (master) for running static analysis or monitoring the containers no matter where those containers are. For this version it wouldn't be neccessary multiple Dagda server (master) run in a colaborative way.
The text was updated successfully, but these errors were encountered: