Kubectl Build
Fleeting- External reference: https://github.com/tilt-dev/tilt-extensions/tree/master/kubectl_build
Building the docker images directly from inside the k8s cluster, so that you don’t need to pass through a local docker registry
It uses buildkit.
In tilt, it is provided using the extension.
Notes linking here
- by default, don’t use tilt live update
- use kind and k3d with tilt and clk k8s
- you cannot use multi stage build in tilt with kubectl build