-
Notifications
You must be signed in to change notification settings - Fork 23
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
rfc: RPC through unix socket #34
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: YangKeao <[email protected]>
Signed-off-by: YangKeao <[email protected]>
Signed-off-by: YangKeao <[email protected]>
Signed-off-by: YangKeao <[email protected]>
Signed-off-by: YangKeao <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, It seems interesting! I would like to implement it as I'm going to refactor the bpm.
@Hexilee FYI, the latest version of |
PTAL @craig-seeman @Colstuwjx |
Signed-off-by: YangKeao <[email protected]>
I am interested in doing this idea. I am a senior student at Xi'an University of Posts and Telecommunications. The main language I use is C/C++/GO. I am familiar with operating systems, distributed, network programming, and system programming. |
@RandyLambert Welcome! As you are the first time to contribute, it would be better to work on good first issue to be familiar with Chaos Mesh. More resources about how to contribute can be found in CONTRIBUTING.md and our developer guide. |
Thank you, I'll go back and try to do a little work |
|
||
## Motivation | ||
|
||
The chaos-daemon communicates with `rs-tproxy`, `toda`... with stdin/stdout. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Now it is chaos-tproxy
here.
|
||
2. Dial abstract unix socket directly (rather than passing fd). | ||
|
||
Unfortunately, the abstract unix socket is binded with the network namespace, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I prefer this & actually we have access to mnt namespace of pod in chaos-daemon on proc file system.
this is cool. |
Signed-off-by: YangKeao [email protected]
rendered