Reputation: 67
We just started using Anthos as a service mesh for our Autopilot GKE cluster. The pods have previously requested 0.25vCPU with 512 Mi of memory.
However, after we enabled Anthos, the injected Istio sidecar container is requesting 512Mi of memory as well as 0.5vCPU; thus the sidecar requests twice the CPU our application container is requesting.
Is there a way to override this configuration? Now the total requested CPU in a single pod is 0.75 vCPU and 1Gi of memory, which is wasting a lot of compute resources given that it mostly uses 0.1vCPU in total on average at any one time, and the memory usage is upwards of at most 0.2Gi
Upvotes: 1
Views: 328