Handling common concerns in each microservice such as authentication and authorization, building resiliency in each µservice, managing each µservice configurations. This causes duplicated effort in each µservice. Need to look at service mesh (istio, linkerd).
Handling service discovery, API gateway in ever-changing kubernetes ecosystem.
No comments yet.