Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Brewing the Best of All Worlds: Spring Cloud in the cloud for frictionless Kubernetes-based microservices

Brewing the Best of All Worlds: Spring Cloud in the cloud for frictionless Kubernetes-based microservices

This presentation accompanies the fully live-coded session of the same name that demonstrates:

* How to use Spring Boot and Spring Cloud to build, deploy, and distributed systems comprising numerous microservices
* How to leverage Azure Spring Cloud to put the platform to work for you to go to production, managing and monitoring vast portfolios of microservices globally, with staggering security and scalability
* How the combination of these tools gives you, the developer, super powers

Github repo link in final slide. Check it out!

Mark Heckler

April 15, 2022
Tweet

More Decks by Mark Heckler

Other Decks in Programming

Transcript

  1. Brewing the Best of All Worlds Spring Cloud in the

    cloud for frictionless Kubernetes-based microservices Mark Heckler Principal Cloud Advocate, Java/JVM Languages [email protected] [email protected] @mkheck
  2. @mkheck Who am I? • Architect & Developer • Advocate

    • Author • Java Champion, Rockstar • Kotlin Developer Expert • Pilot 🛩
  3. @mkheck The Plan “To achieve great things, two things are

    needed: a plan, and not quite enough time.” - Leonard Bernstein
  4. @mkheck Quick Overview • Configuration: externalize it • Service Discovery:

    decouple it • Backing services: retrieve it • Consuming services: share it • Gateway service: expose it, route it Also baked in: load balancing, circuit breaking, (reactive) flowing, securing