Konubinix' opinionated web of thoughts

You Cannot Use Multi Stage Build in Tilt With Kubectl Build

Fleeting

When you want to use an images as basis of another (using multi stage build), you cannot make use of kubectl build. This is because tilt needs to build locally the images to inject the base image in the build of the dependent image. Because kubectl build avoids building locally, this whole process does not make sense.