airavata-courses / devengers

ADS Project Spring 2020: Team Devengers
0 stars 0 forks source link

explore load balancing with istio vs standard kubernetes & Load Balancing Implementation #89

Closed AsimAzmi closed 4 years ago

AsimAzmi commented 4 years ago

Was trying to apply session affinity on the service with weighted routing but it seems that the envoy does not support this. This issue has already been raised on the envoy and istio github. Below are the references for the issues https://github.com/envoyproxy/envoy/issues/8167 https://github.com/istio/istio/issues/9764 Need to try a normal load balancing without the pods attached in canary deployment.

Kaustubh-DB commented 4 years ago

Load Balancing worked.

suyashporedi commented 4 years ago

Completed Jmeter Testing on Part2 and Part3 analyzing throughput after implementing Istio Load Balancing.