Tilt – Local Kubernetes development with no stress
1–10 of 76 posts
Re: Tilt – Local Kubernetes development with no stress
#2I don't love YAML though I am not sure Starlark looks any more readable.
YACL => Yet another config language...?
Re: Tilt – Local Kubernetes development with no stress
#3Re: Tilt – Local Kubernetes development with no stress
#4Re: Tilt – Local Kubernetes development with no stress
#5Uuuuh not using YAML. Controversial. (in the docker/k8s ecosphere, where YAML seems ubiquitous) I don't love YAML though I am not sure Starlark looks any more readable. YACL => Yet another config language...?
That's not what it says. Maybe next time you can try to understand before you comment.
And YAML sucks, by the way.
Re: Tilt – Local Kubernetes development with no stress
#6is there anything working with helm in the similar way ?
Personally I have used skaffold with success, and draft paniced on me so I stopped playing with it.
Re: Tilt – Local Kubernetes development with no stress
#7My biggest problem with local k8s dev is building containers. I’m on macOS. Does this solution address that?
Draft does that pretty well with Draftpacks, in my experience if there is a Draftpack for what you're using then the Dockerfile that draft spits out will get you pretty close to a workable container image with basically no effort, or sometimes even all the way there.
I'm trying to understand what you mean that building containers is a problem. Is it the procedural act of actually building and rebuilding the container that is the problem? (Draft handles that too...)
Edit: According to the Tilt tutorial, yes, tilt will build your containers. Eg: https://docs.tilt.build/first_config.html
Re: Tilt – Local Kubernetes development with no stress
#8(if you don't get it, look up Dom Quixote)
Re: Tilt – Local Kubernetes development with no stress
#9Uuuuh not using YAML. Controversial. (in the docker/k8s ecosphere, where YAML seems ubiquitous) I don't love YAML though I am not sure Starlark looks any more readable. YACL => Yet another config language...?
Re: Tilt – Local Kubernetes development with no stress
#10My biggest problem with local k8s dev is building containers. I’m on macOS. Does this solution address that?