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?
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?