Let’s share what is the best answer to this interview question.
Tell me in your own words, some of the ways you’d describe how a microservice works.
Share
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Leone Costa
The architecture of a micro-service has components as follows:
• Clients- clients are users from different platforms using different devices to send requests.
• Identity Providers- the providers are the engineers who authenticate the clients’ identities and issue out security tokens for each identity.
• API Gateway- this is where client requests are handled.
• Static Content- this is storage or a place for all the assets or static assets.
• Management- this balances the node services and identifies any potential failures in the system.
• Service Discovery- this is a tool that essentially acts as a guide, linking the communication between microservices.
• Content Delivery Networks- also known as “CDN’s”, this is the distributed network of servers that deliver data requested by a micro-service potentially.
• Remote Service- this mostly enables the remote access to be able to get onto the network.