Kubernetes Networking, fails and best practices
Details
#1 Yaroslav Molochko: Kubernetes Networking 101
System Architect at Anchorfree
We deal with quite a number of networking at Anchorfree, we started to use linux containers 2 years ago, and faced with a lot of problems. You will learn what container networking really is, how to debug it, how to deal with it, what fits you and what doesn't.
#2 Ihor Borodin: Traefik as Ingress Controller - production blueprints
Lead DevOps Engineer at Intellias
Ihor is passionate geek with various hands-on experience in cloudy stuff.
12-factor app apprentice and fan of Martin Fowler in general, likes to quote SRE and Continuous Delivery books.
Imagine that you have deployed a bunch of microservices, you want users to access these microservices, and you need a reverse proxy. Traditional reverse-proxies require that you configure each route that
will connect paths and subdomains to each microservice. In a production environment where you add, remove, kill, upgrade, or scale your services many times a day, the task of keeping the routes up to date becomes tedious. Ihor will show how to use Træfik in production and let it do the work for you!