DEV Community

Discussion on: Improve the Structure of Your Software With Microservices

Collapse
 
pareshjoshi profile image
Paresh • Edited

The major challenges I faced with microservices are:
Deployment / Integration
Versioning
Authentication / Authorization
Testing

There are solutions these problems, but in general it is hard setup deployment and testing of end to end system.