Hacker News new | ask | show | jobs
by chedabob 2372 days ago
How does Turing handle the instances being terminated? Does it just start again from the beginning?
1 comments

We deploy the pipeline as a kubernetes job, once the build completes and posts logs/artifacts (apk) -- the job is archived and pods are evicted. So yes, starts from the beginning.
Just curious- is it built on Tekton? :) Have been tempted to play around with it.
ah no - just plain old Vue, Go, and k8s :)