istio / istio

Connect, secure, control, and observe services.
https://istio.io
Apache License 2.0
35.73k stars 7.7k forks source link

Istio sidecar running at 100% CPU #47154

Closed chandrakanthkannam closed 8 months ago

chandrakanthkannam commented 11 months ago

Is this the right place to submit this?

Bug Description

We are running EKS cluster with istio service mesh and sidecar injection enabled. Few of the replicas for a pod deployment in the cluster having an issue, where istio-proxy has envoy process sitting at 100% and these pods don't have any traffic coming in and the process still sits 100%.

image

Version

Istio helm chart version: 1.14.3 

EKS version: v1.22.17-eks-0a21954

Additional Information

No response

chandrakanthkannam commented 11 months ago

Tried to reach out on slack as well: https://istio.slack.com/archives/C37A4KAAD/p1695912023854109

zirain commented 11 months ago

if there's no taffic, the most likely reason is stats. can you check the ouput of command: istioctl x es <pod_name> -n <namespace> | grep istio|wc -l

kyessenov commented 11 months ago

What features are you using?

chandrakanthkannam commented 11 months ago

Sorry guys for the late reply.

What features are you using?

if there's no taffic, the most likely reason is stats.

can you check the ouput of command:istioctl x es <pod_name> -n <namespace> | grep istio|wc -l

istio-policy-bot commented 8 months ago

🚧 This issue or pull request has been closed due to not having had activity from an Istio team member since 2023-09-29. If you feel this issue or pull request deserves attention, please reopen the issue. Please see this wiki page for more information. Thank you for your contributions.

Created by the issue and PR lifecycle manager.