-
Notifications
You must be signed in to change notification settings - Fork 173
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
Provide sidecar container for k8 usage (and document it) #288
Comments
Sidecars are useful when you can't include it as a library. Is that the goal? To use chaosmonkey features with node or go apps? |
Yes, the current extjar would be provided as as a docker image which can be used as a sidecar for an existing spring application. Usecase:
I dont know what you mean with this (we can only assault spring boot apps with jvm languages) 😅 |
Oh I see. The sidecar isn't a process that is used, just a mechanism to add files (the jar) |
Which is why I was confused. Thanks for clarifying it for me. |
I made tests using kubernetes and chaos monkey can be used that way. In order to use that we should publish a sidecar container for public use and publish it in docker hub/github container registry
See example
WtfJoke/chaoskotlindemo@2fef52a
The text was updated successfully, but these errors were encountered: