Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

what's the different between sidecar and javaAgent? #137

Open
zemochen opened this issue Aug 5, 2022 · 1 comment
Open

what's the different between sidecar and javaAgent? #137

zemochen opened this issue Aug 5, 2022 · 1 comment

Comments

@zemochen
Copy link

zemochen commented Aug 5, 2022

i was wonder that did agent can replace sidecar? or sidecar replace agent.
i mean weather if i can only deploy one of them ?

@xxx7xxxx
Copy link
Contributor

xxx7xxxx commented Aug 6, 2022

As you can see in the architecture[1], the sidecar and agent cooperate to complete kinds of tasks. Sidecar would communicate with mesh control plane to get governance information. On one hand, it could govern apps written in any language. On the other hand, it couldn't reach deeper observability. But EaseAgent uses bytecode technique in Java ecosystem to complete the left part in terms of our requirements.

So in conclusion sidecar and agent collaborate to reach EaseMesh's goals.

[1] https://github.com/megaease/easemesh#3-architecture

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants