Skip to Content
Hands-On Microservices with Spring Boot and Spring Cloud
book

Hands-On Microservices with Spring Boot and Spring Cloud

by Magnus Larsson
September 2019
Intermediate to advanced
668 pages
15h 59m
English
Packt Publishing
Content preview from Hands-On Microservices with Spring Boot and Spring Cloud

Questions

  1. Why did we remove the Eureka server from the microservices landscape when deploying it on Kubernetes?
  2. What did we replace the Eureka server with and how was the source code of the microservices affected by this change?
  3. How are base and overlay folders used with Kustomize?
  4. How can we get a running pod updated with changes in a config map or secret?
  5. If we are using the latest tag on a Docker image, how can we get running pods using a new build of the Docker image?
  6. What commands can we use to roll back a failed deployment?
  7. What's the purpose of liveness and readiness probes?
  8. What are the different ports that are being used in the following service definition?
apiVersion: v1kind: Servicespec:  type: NodePort  ports:    - port: 80 nodePort: ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Master Microservices with Spring Boot and Spring Cloud

Master Microservices with Spring Boot and Spring Cloud

In28Minutes Official

Publisher Resources

ISBN: 9781789613476Supplemental Content