|
|
|
|
|
by codethief
1264 days ago
|
|
Man, I wish my colleagues would read your comment (and at least question their believes for one brief moment)… > I disagree, in my opinion micro-services hinder scalability of deployment …and of anything related to testing: - Want to fire up the application in your pipeline to run E2E tests? Congratulations, you must now spin up the entire landscape of microservices in k8s. First, however, you need to figure out which versions of all those microservices you want to test against in the first place, since every service is living in a separate repository and thus getting versioned separately. - Want to provide test data to your application before running your tests? Well, you're looking at 100 stateful services – good luck with getting the state right everywhere. |
|