Skip to content
Discussion options

You must be logged in to vote

@sumit-joshi-mt Does your application start sending requests immediately on startup? If so, it's possible that it's trying to do so before the proxy sidecar has initialized. This is a fundamental issue with Kubernetes -- there is no way to enforce ordering around process startup. We're eager for kubernetes to provide better primitives for sidecar containers, but in the meantime, you might be able to use linkerd-await to help your process wait until the proxy has been initialized.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by grampelberg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants