-
Notifications
You must be signed in to change notification settings - Fork 7.8k
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
External service not accessible shortly, most of time when a pod is just created. #14070
Comments
Is this a duplicate of #11130 ? |
@esnible,thanks I think this may be quite the same situation, I'll take the solution suggested. |
@xiaolanz An init container routes all networking to the Envoy sidecar. The sidecar is configured with just enough configuration to ask Pilot about the mesh. Until the sidecar receives configuration from Pilot it won't know if outbound traffic is allowed universally or just for a few sites. @frankbu Is there documentation that explains this? |
@esnible thanks this explanation makes sense to me. |
We are tracking this under #11130. To keep things simpler, lets track this there |
Bug description
This issue starts to occur frequently right after upgrading istio from 1.0.5 to 1.1.4.
External service (database in our situation) is not accessible shortly, most of time when a pod is just created. It'll go back to normal after app container auto restarts once.
Expected behavior
External service should be accessible whenever the app container starts running.
Version (include the output of
istioctl version --remote
andkubectl version
)How was Istio installed?
Helm
Environment where bug was observed (cloud vendor, OS, etc)
Alibaba ACK
Affected product area (please put an X in all that apply)
[ ] Configuration Infrastructure
[ ] Docs
[ ] Installation
[X] Networking
[ ] Performance and Scalability
[ ] Policies and Telemetry
[ ] Security
[ ] Test and Release
[ ] User Experience
The text was updated successfully, but these errors were encountered: