July 2025
Intermediate to advanced
474 pages
10h 17m
English
.NET Aspire was conceived to simplify the testing of interacting microservices on development machines. In the Running your microservices on Kubernetes section of Chapter 8, Practical Microservices Organization with Kubernetes, we listed two testing techniques we can adopt on our development machines:
While the minikube technique is complete and more realistic, it is time-consuming, so most of the testing/debugging is performed with Docker ...