https://rancher.com/ logo
Title
m

melodic-market-42092

08/10/2022, 7:28 AM
Any recommendations for how to get hot-reloading for development? From initial googling I've found these alternatives: • devspace: https://devspace.sh/#development • garden: https://github.com/garden-io/garden/ • ksync: https://github.com/ksync/ksync • kubectl-warp: https://github.com/ernoaapa/kubectl-warp • kubed-sh: https://kubed.sh/ • okteto cli: https://www.okteto.com/docs/cloud/okteto-cli/ • skaffold: https://skaffold.dev/ • telepresence: https://www.telepresence.io/ • tilt: https://docs.tilt.dev/index.html Anyone here using any of these with k3d? I'd like to get hot reload working for python (fastapi) and typescript (nextjs).
w

wide-garage-9465

08/10/2022, 7:35 AM
In this case super simple hot-reloading with Python Flask
Just using a volume mount + hostPath volume
The repo also holds an example for Tilt
m

melodic-market-42092

08/10/2022, 11:56 AM
I hadn't seen those! Thanks 🙂 I'll take a look
👍 1