A couple of years ago, the idea of cloud native testing tools would have seemed crazy. That’s why my fellow engineers at https://testkube.kubeshop.io/ and I are pouring our energy into improving the cloud native testing space.

Cloud native testing tools are developed specifically for cloud native environments.

I like to think of cloud native testing tools as turning your cluster into a modern car.

Cloud native tests are fantastic at scaling — often using Kubernetes to scale executions, unlike CI/CD tools which are not as scalable when you have a lot of concurrent tests wanting to be executed.

Related Articles