SpringKubeBoot: Taking Spring Boot Microservices to Cloud via Kubernetes(K8s)


Details
Being Java and Spring Application developer, we start with Spring Boot to build our services. But delivering your code to a data centre or cloud is still a challenge. We can use Docker for the deployment of the Spring Boot in the data centre/cloud. However, Docker only solves the problem to run anywhere but rarely one container builds the whole application. Kubernetes, which has taken the world by storm for container orchestration, is becoming defacto in all clouds. Services from all cloud providers like Amazon EKS, Microsoft AKS, Google GKE, Alibaba ACK, Redhat/IBM OpenSift and DigitalOcean Kubernetes allow you to write once and run on any cloud. We will carry your journey from Spring Boot to Docker to Kubernetes and demo how Application Develop Cloud-ready applications by learning the basics of Kubernetes.
Agenda:
- Creating Spring Boot Microservice
- Kubernetes walkthrough
- Why Kubernetes
- What makes it so awesome
- Demo on Minikube
Prerequisite: Familiar with Spring Boot. Some or no background in Container, Linux or Cloud background.

SpringKubeBoot: Taking Spring Boot Microservices to Cloud via Kubernetes(K8s)