I'm running Locust in master-slave mode on k8s, I need to auto delete all locust pods when a test is completed. Any suggestion? Thank you.
Create a service and deployment type Job for master and slave. Job kind in k8s take care of deleting the pods upon completion.