-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Darshan Shinde edited this page Apr 11, 2020
·
6 revisions
Welcome to the Blitzkrieg wiki!
Comparison between Service Mesh Technologies Istio, LinkerD and Envoy Proxy on Weather Service Application
We plan to implement different Service Mesh Technologies on the weather service application as part of Assignment 1 and 2. We would focus on Architecture, Fault Tolerance, Security, Traffic Management, Chaos Monkey Style Testing, Performance.
- Change Weather Service Application deployment to deploy only one service per pod.
- Inject Sidecar Proxy to each of the microservices
- Enable Service Discovery via Service Mesh instead of Zookeeper.
- Implement all three service mesh technologies.
- Test fault tolerance with Chaos Monkey
- Test Traffic Management by changing load balancing rules.
- Perform Stress and Performance Testing on the system with JMeter.