Chapter Conclusion
In this lesson, we'll conclude this chapter with a quick summary of what we have learned.
We'll cover the following...
Summary #
Kubernetes solves the challenges of synchronous microservices as follows:
-
DNS offers service discovery. Thanks to DNS, microservices can be used transparently in any programming language. However, DNS only provides the IP address, so the port must be known. No code is required to register the services. When you start the service, a DNS ...