Message Oriented Microservices in Kubernetes
摘要
In Chapter 10 , you learned how Kubernetes does container orchestration, which greatly improves the manageability of operating microservices. This is even more important as the number of microservices goes up. You also saw some resiliency aspects of Kubernetes and through the examples you saw how a pod is re-created when you delete an existing pod. You also saw how a state is restored after re-creating a pod. In this chapter we will extend our learnings to see how microservices communicating through messaging channels can be orchestrated using Kubernetes.