How to test single newly created pod during rollout deployment in Kubernetes?

Viewed 30

I have been working on the ci/cd pipeline for deploying our app to Kubernetes, while rolling out the deployment I want to run tests on a single newly-created pod, and if the test passes only then roll out the remaining pods.

is this even possible?

0 Answers
Related