By putting them into the same pod with a shared host, the independency of serives could be guaranteed, and all the above altogether would provide the whole function.
Benefits
- Reduces the complexity in the microservice code by abstracting the common infrastructure-related functionalities to a different layer.
- Reduces code duplication in a microservice architecture since you do not need to write configuration code inside each microservice.
- Provide loose coupling between application code and the underlying platform.
2021-2022, Wenzhe Zhang Revision
e7f77fc Wenzhe Zhang's Notebook
develop