In this chapter, we learned about Cloud-Native microservices. We reviewed how the Spring Cloud Architecture works, and the different patterns that are used. We have also learned how to create the configuration and Service Discovery Servers to support our cloud architecture, and how we can use them in our microservice. Finally, we learned how to create a Gateway that uses all of these components to easily expose our microservices.
In the next chapter, we will learn about Docker containers, and how we can use them for running our microservices.