错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

Message Oriented Microservices in Kubernetes

  • Binildas A. Christudas

摘要

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.