Why do I need a service mesh?

2019-01-06 | 13 min read

Why do I need a service mesh? Basically because in cloud environments you cannot trust that the network will be reliable 100% of the time, that the latency will be low, that the network is secure and the bandwidth is infinite, the service mesh is just an extra layer to help microservices communicate with each other safely and reliably.

Exploring some Istio features

2019-01-10 | 9 min read

Continue building on Istio and understand how can be used...