You are here

Workshop: Manage Kubernetes Traffic with Istio

Overview

Where

303 Spring Street
new york, NY 10013
United States

When

Wednesday, February 20, 2019 -
6:30pm to 9:00pm

Details

Developers are moving away from large monolithic apps in favor of small, focused microservices that speed up implementation and improve resiliency. Microservices and containers changed application design and deployment patterns, but along with them brought challenges like service discovery, routing, failure handling, and visibility to microservices. "Service mesh" architecture was born to handle these features. Applications are getting decoupled internally as microservices, and the responsibility of maintaining coupling between these microservices is passed to the service mesh.Istio, a joint collaboration between IBM, Google and Lyft provides an easy way to create a service mesh that will manage many of these complex tasks automatically, without the need to modify the microservices themselves. In this workshop we will see how istio can be used to manage traffic in a demo application running microservices. Three learning outcomes you can expect are: • Why does kubernetes need “service mesh”? • How does Istio improve network traffic management? • How to use Istio?