Get ahead
VMware offers training and certification to turbo-charge your progress.
Learn moreRecorded at SpringOne Platform 2016. Speaker: Christian Posta, Redhat Slides: http://www.slideshare.net/SpringCentral/real-world-microservices-with-spring-cloud-netflix-oss-and-kubernetes
Building distributed systems - whether we call them SOA or microservices - is not easy. Open source communities like Spring, NetflixOSS and Kubernetes bring decades of experience building these systems, but the question always begs to be asked "do we implement these patterns in the application layer or in the infrastructure layer"?
This is a Java developer-oriented presentation showing developers how to approach building microservices in the real world (influenced by experiences at large enterprise customers) using application-level components like Spring, Spring Cloud, and Netflix OSS and running them on infrastructure components like Docker and Kubernetes. We'll cover some gotchas, patterns, and overall best practices for developing with this ecosystem.
Specifically we'll cover: -Service discovery in a container, clustered environment -Client side? Server side discovery? When to use which? -Distributed configuration techniques in a container environment with Kubernetes and Archaius -Bulkhead microservice interactions with Netflix OSS -Event-driven microservices -Application lifecycle management