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.
答案 0 :(得分:0)
我已经在集群上运行了Sonobuoy,并同时进行了一些简单的负载测试。
我不确定当时是否运行了哪个测试sonobuoy,但是很明显,我正在测试的HTTP服务器降低了性能。
所以-如果要让端到端的生产工作负载同时运行,请考虑到它可能会影响用户和服务。