Running E2E conformance Tests within a custom cluster as a job

7/17/2017

I am thinking of running an e2e test as a job within my cluster Kubernetes cluster. So far I have the Makefile, the Docker Image created and image pushed to AWS. There are some tests that are currently failing which I am trying to debug but apart from that. Is there anything else I need to be aware of, any tips, hints or resources will be greatly appreciated.

Thank You.

-- phpnovice
e2e-testing
kubernetes

1 Answer

1/20/2019

I've ran Sonobuoy on a cluster and in parallel some simple load-testing.

I'm not sure exactly which test sonobuoy ran at the time but it was obvious the HTTP server I was testing had degraded performance.

So - If you want to have E2E running along side production workloads take into account it might effect users and services.

-- BarakH
Source: StackOverflow