I'm currently working on a kubernetes project, and I want to put my work in prod, but before that, the company wants to be able to test the kubernetes architecture (create the right pod, communicate, etc... ).
About the architecture : -It's a single NODE architecture powered by minikube - I've got some POD, some JOB, 1 cronJob - My jobs are managed by a python script who call the API
I need to be able to test my architecture and my python script (with pytest) As a CD/CI, the company use Drone.io I already try kind, pupernetes, and ding.
Any idea?
PS: It's my first post on StackOverflow so if I made any mistake just tell me