Skip to content
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

Wasm filter causes envoy admin to be unresponsive #278

Open
inssein opened this issue Jun 11, 2024 · 1 comment
Open

Wasm filter causes envoy admin to be unresponsive #278

inssein opened this issue Jun 11, 2024 · 1 comment

Comments

@inssein
Copy link

inssein commented Jun 11, 2024

We have a WAF that has been deployed to dev for quite a while, but as we move it to sandbox, we noticed that it causes the envoy admin server to start becoming unresponsive. We use our admin endpoint to serve /ready and /server_info for liveness and readiness healthchecks, and when this happens, Kubernetes starts killing the healthy pods.

The container doesn't seem to be resource constrained when this is happening, but I wonder if it's something like envoyproxy/envoy#16425.

We are still in the midst of debugging, but posting here in case someone has ran into this before.

@inssein
Copy link
Author

inssein commented Jun 12, 2024

My hunch is that we have so many filter chains that need the wasm filter that it takes a little bit to initialize, and during this duration, especially on a busy server, the admin endpoint can become unavailable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant