- Microservices with Azure
- Namit Tanasseri Rahul Rai
- 137字
- 2021-07-02 22:18:31
Naming service
A Service Fabric application is composed of multiple Microservices. The Service Fabric cluster manager may deploy your service instances to any nodes in the cluster, which can make it difficult to discover the service by the client application.
Every Microservice in a Service Fabric application is identified by a string name. A Service Fabric cluster has multiple instances of the naming service, which resolves service names to a location in the cluster. A client can securely communicate with any node in the cluster using the naming service to resolve a service name and its location. When a client requests the location of a Microservice, the naming service responds with the actual machine IP address and port where it is currently running. This makes the Microservice independent of the hardware on which it is hosted.
- Visual Basic 6.0程序設計計算機組裝與維修
- 青少年美育趣味課堂:XMind思維導圖制作
- Cassandra Data Modeling and Analysis
- PHP+Ajax+jQuery網站開發項目式教程
- HTML5秘籍(第2版)
- Mobile Device Exploitation Cookbook
- 詳解MATLAB圖形繪制技術
- 3ds Max印象 電視欄目包裝動畫與特效制作
- Machine Learning for Developers
- 玩轉.NET Micro Framework移植:基于STM32F10x處理器
- 深入分析GCC
- NGUI for Unity
- Java EE 8 and Angular
- Python編程快速上手2
- Ionic3與CodePush初探:支持跨平臺與熱更新的App開發技術