Local Kubernetes development without the stress ↦
Tilt makes it possible to develop all your microservices locally in Kubernetes while collaborating with your team.
You define a Tiltfile
that describes how your services fit together (which is supposed to be pretty straight forward if you already have a Dockerfile
and a Kubernetes config), then share it with your team. Everyone runs tilt up
and the app is up and running on their localhost.
No more “it worked on my machine” – everything runs in containers so the right dependencies are always there. Tilt updates with container optimization tricks & best practices, so that even complex projects update in seconds.
Discussion
Sign in or Join to comment or subscribe