, 2021

2021 Workshops

Spring on Kubernetes

60 min

During this workshop, you’ll learn the finer details of how to create, build, run, and debug a basic Spring Boot app on Kubernetes by doing the following:

  • Creating a basic Spring Boot app
  • Building a Docker image for the app
  • Pushing the image to a Docker registry
  • Deploying and running the app on Kubernetes
  • Testing the app using port-forwarding and ingress
  • Using skaffold to iterate easily as you work on your app
  • Using kustomize to manage configurations across environments
  • Externalizing application configuration using ConfigMaps
  • Using service discovery for app-to-app communication
  • Deploying the Spring PetClinic App with MySQL

Contributors