Tristan
09/12/2023, 6:41 PMNate
09/12/2023, 7:34 PMAt what points would a docker image be cached if I'm running on kubernetes?if I'm understanding what you mean by cached, this depends on your image pull policy on your cluster. This is something you can configure on a k8s work pool (there's a field by that name). if you mean caching during build time, that sounds like a CI + docker config thing (feel free to ask a more specific question if thats what you mean)
If I use s3 storage to deploy my code on kubernetesyou would have a
pull
step on your deployment that your worker would use to pull your code each time your deployment runsTristan
09/13/2023, 12:01 PM