16
Deploying Our Microservices to Kubernetes
In this chapter, we will deploy the microservices in this book to Kubernetes. To bundle and configure the microservices for Deployments in different runtime environments, Helm, a package manager for Kubernetes, will be used. Before doing that, we need to review how Service discovery is used. Since Kubernetes comes with built-in support for Service discovery, it seems unnecessary to deploy Netflix Eureka for that purpose. Finally, we will also try out some Spring Boot features that facilitate the Deployment of microservices in Kubernetes.
The following topics will be covered in this chapter:
- Replacing Netflix Eureka with Kubernetes Service objects and
kube-proxy
for Service discovery - Introducing how ...
Get Microservices with Spring Boot 3 and Spring Cloud - Third Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.