404 when accessing main container via http #922
Unanswered
BryanDollery
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Emm... I don't think it is fault of Kruise, for sidecarset only helps you inject the sidecar container into pod. Have you ever tried to define the sidecar directly in the app workload and see if the error is still there? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using openkruise to build an adaptor sidecar that handles events on a kafka topic by calling a rest API on the main container. However, I'm getting a 404 when making the HTTP call. Here's the code from my sidecar that makes the call:
I'm not sure that this is the fault of openkruise, but I thought I'd ask if you guys had seen any similar behaviour?
Beta Was this translation helpful? Give feedback.
All reactions