Earlier quoted context omitted.
Hey, I'm CEO of Tilt. Thanks for the feedback. The problem this solves is that distsys devs don't get enough feedback. You say you use docker-compose. Compared to docker-compose, Tilt has two advantages: 1) It updates the services as you edit them 2) Its UI makes it easy to see where errors are occurring, without you having to play 20 questions on the command-line or worry about things scrolling off-screen. The Tiltf…
> (Many teams don't just use yaml files, but generate them, so Tilt has to be able to do that, too.) Tell me more about this? I have my own helm like product and I had issues getting that to work with skaffold.
Tilt – Local Kubernetes development with no stress
71–76 of 76 posts
Re: Tilt – Local Kubernetes development with no stress
#72Re: Tilt – Local Kubernetes development with no stress
#73Earlier quoted context omitted.
Hey, I'm CEO of Tilt. Thanks for the feedback. The problem this solves is that distsys devs don't get enough feedback. You say you use docker-compose. Compared to docker-compose, Tilt has two advantages: 1) It updates the services as you edit them 2) Its UI makes it easy to see where errors are occurring, without you having to play 20 questions on the command-line or worry about things scrolling off-screen. The Tiltf…
It looks like your basically recompiling/rebuilding the container and just updating what’s running (in what I assume is a k8s cluster on OS X). This all seems like a terrible idea. No way devs want to wait for a container rebuild to see updated code changes, that’s highly unproductive. They usually don’t run k8s locally either, because it’s an abstraction later they hardly want/need to concern themselves with while w…
Re: Tilt – Local Kubernetes development with no stress
#74Earlier quoted context omitted.
Hey, I'm CEO of Tilt. Thanks for the feedback. The problem this solves is that distsys devs don't get enough feedback. You say you use docker-compose. Compared to docker-compose, Tilt has two advantages: 1) It updates the services as you edit them 2) Its UI makes it easy to see where errors are occurring, without you having to play 20 questions on the command-line or worry about things scrolling off-screen. The Tiltf…
> There is a landing page at https://tilt.build which has more of the "why Tilt". As a tangential by-the-way, I notice you're based in NYC. Of interest, Googlers working on Knative Build (hi Jason!) and Pivots working on Cloud Native Buildpacks (including me) are based in NYC also.
Re: Tilt – Local Kubernetes development with no stress
#75Earlier quoted context omitted.
Docker containers/lxc require Linux. They are a Linux technology.
As weird as it sounds, Microsoft had implemented the full namespaces stack in Server 2016 (unavailable in Win10 as the base for native containers is Server where kernel differs a bit), which Docker supports (and k8s in alpha/early beta). Docker switched from LXC to containerd in 2016.
Re: Tilt – Local Kubernetes development with no stress
#76I like the console UI idea.
I dislike the server components (the same way I dislike draft and tiller).