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

An added bonus from using the minikube tunnel command

Running the minikube tunnel command also makes it possible to access some other cluster-internal Kubernetes services that may be of interest. Once the environment is up and running as described in the Running commands to create the service mesh section, the following can be achieved: 

  • The health endpoint of the product-composite microservice can be checked with the following command:
curl -k http://product-composite.hands-on.svc.cluster.local:4004/actuator/health

Refer to the Observing the service mesh section for an explanation of the use of port 4004.

  • MySQL tables in the review database can be accessed with the following command:
mysql -umysql-user-dev -pmysql-pwd-dev review-db -e ...
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