Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 475 Bytes

04_integration_testing_microservices.md

File metadata and controls

5 lines (3 loc) · 475 Bytes

Integration Testing MicroServices

With Kubernetes on IaaS such as GKE, it becomes reliably feasible to bring up entire stacks of micro-services in a temporary namespace, executing an integration or load test suite against the dynamically provisioned load balancers, and have it report status back to the team.

As mentioned in the previous sections, if you are performing stress tests, it makes sense to perform them in a seperate cluster that is an analog to production.