Spring Boot, Microservices, Containers and Kubernetes - How To

October 29, 2015
Recorded at SpringOne2GX Speakers: Ray Tsang & Bret McGowen Cloud Native Track Join this session to learn how to create a Java-based microservice using Spring Boot, containerize it using Maven plugins, and subsequently deploy a fleet of microservices and dependent components such as Redis using Kubernetes. Spring Boot makes creating microservices fast and easy - when it comes to running a single instance. Like most Java application, the harder part is usually the clustering and fail-over configurations. First, we'll go over how get started with Spring Boot, and, subsequently, using Maven plugins to generate and create Docker images during the build process. Next, we'll go over some basic architecture and configurations, such as: - Configuring Spring Session - Using Redis as the session store - Testing the configuration locally with container linking - Tips and tricks for faster startup (/dev/./urandom is your friend) Finally, with the images, we'll deploy the microservice into Kubernetes: - Defining pods and services - Linking microservices to Redis using Kubernetes - Perform rolling upgrades of the application - Canary new versions of the microservices into the fleet Best part - we can visualize all of these activities happening in Kubernetes.
Previous
Writing a Kubernetes Autoscaler with Groovy and Spring Boot
Writing a Kubernetes Autoscaler with Groovy and Spring Boot

Recorded at SpringOne2GX Presenter: Ray Tsang Groovy Advanced Track Join this session to learn about Cont...

Next Presentation
Groovy After All These Years
Groovy After All These Years

Recorded at SpringOne2GX 2015 Speaker: Scott Hickey Core Groovy Track In this Q&A session, you can have yo...