Chapter Conclusion

We'll end this chapter with a quick summary of what we have learned.

We'll cover the following...

Summary #

For synchronous microservices, Cloud Foundry’s solutions are very similar to those of Kubernetes.

  • Service discovery also works via DNS making it transparent for client and server. In addition, no code needs to be written for the registration.

  • Load balancing is also transparently implemented by Cloud Foundry. If several instances of a microservice are deployed, the requests ...