Spring Boot & Kubernetes

Overview

In this Spring Boot tutorial, you’ll learn to use Spring Boot when your deployment platform is Kubernetes. Assuming you already know Spring Boot, you’ll learn:

  • How to containerize a Spring Boot application with Jib

  • How to deploy it to a Kubernetes cluster with JKube

  • Spring Actuators to implement health checks and provide metrics

  • Spring Resiliency

  • Spring Cloud Kubernetes Config to inject ConfigMaps as Spring configuration properties