What are some effective ways to test cloud-native applications?

1 points by JrisMoore ↗ HN
Testing has always help us identify problems and deliver high-quality products to users. But testing Cloud-Native applications is more complicated since the Cloud-Native applications are more dynamic, distributed and built on Microservice. Do you have any testing techniques for microservices and cloud native apps?

1 comment

[ 3.4 ms ] story [ 9.9 ms ] thread
We have the same issues and tried an open source integration testing tool KubeOrbit that can forward in-cluster traffic to your local workstation, creating multiple channels for testing request without changing the original architecture. It's worth trying.