09.Challenges with Microservice
Challenges with Microservice
· Perceptibility – Micoservice is
small unit, because it very difficult to monitor and identify problem
· Configuration management – it
hard to manage do configuration from components across the various environment.
· Debugging – You have multiple
services running now to debug error in each of those service is very difficult.
What we need, we need centralize logging and dashboards to make easy to debug
the problem.
· Consistency – 23.00
· Automating the component – build,
deployment and monitoring .automating this cycle is very difficult.
Solution
Above challenges completely remove from spring boot.
Spring boot
provide production ready project which provide many nonfunctional features.
· Embedded servers which are easy
to deploy with the containers.
· It helps in monitoring the
multiple components.
Comments
Post a Comment