Skip to content

Commit

Permalink
Update docs/operator-manual/config-management-plugins.md
Browse files Browse the repository at this point in the history
Co-authored-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Alan Clucas <alan@clucas.org>
  • Loading branch information
Joibel and jsoref authored Jan 22, 2024
1 parent 9f2e062 commit df2caf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/operator-manual/config-management-plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -358,8 +358,8 @@ needing to restart Argo CD. You could also easily develop in an in-cluster devel
locally and your cluster can reach your local machine you could even develop using an ExternalName service.
For large mono-repos sidecars will continue to work where services will take longer to transfer the state to the plugin. Argo CD
doesn't condone large repos anyway. Because the network traffic between the repo-server and the plugin is over a unix socket it is by
default more secure.
doesn't condone large repos anyway. Sidecar plugins (where the repo-server connects over a unix socket) are by
default more secure than service plugins.
Services allow independent scaling, even using HPAs, installation and upgrading at runtime, and work more like normal services.
You can add monitoring to both types, but it feels more natural with a service. If you are making your plugin available for public
Expand Down

0 comments on commit df2caf8

Please sign in to comment.