This project will help you create a streamlined microservices development workflow for Kubernetes.
We have leveraged popular tools such as Tilt, Docker Desktop, and dagger-rs to achieve this.
-
Copy the
tilt_config.json
fromtilt-resources/
to root dircp tilt-resources/local/tilt_config_local.json tilt_config.json
-
Start Tilt:
tilt up # Open the UI on a browser at http://localhost:10350/
-
Once the development is done, stop Tilt
# Cleans up all the resources specified in the Tiltfile tilt down