Add Tilt development loop for Kubernetes deployment#1119
Open
vondutchi wants to merge 4 commits into
Open
Conversation
Author
|
Follow-up validation after installing Tilt locally:
Still not claiming a full live cluster smoke test because this environment has no Docker daemon or Kubernetes context available. |
Author
|
Additional runtime validation completed after the monitoring fixes in What changed:
Validation run locally on Colima/k3s:
|
Author
|
Small follow-up pushed in Reason: the runtime validation above was performed on Colima/k3s, so this makes the Tilt workflow match the verified local cluster path instead of only listing kind/minikube/docker-desktop. Validation:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
/claim #144
Summary
Tiltfilethat fills the missing Tilt portion of the Docker + Kubernetes + Tilt deployment path.deploy/TILT.mdand link it from the README.Demo
deploy/tilt-demo.mp4Validation
git diff --checkgit diff --cached --checkdeploy/k8s/namespace.yaml,deploy/k8s/secrets.example.yaml,deploy/k8s/app-stack.yaml,deploy/k8s/monitoring-stack.yaml,packages/backend/Dockerfile, andapp/package.json.deploy/tilt-demo.mp4withffprobe: H.264, 960x540, 5 seconds, 120 frames.deploy/k8s/secrets.yamlis committed.Notes
tiltorkubectlinstalled, so I could not run a live cluster smoke test here. The change is scoped to the missing Tilt workflow and existing deployment assets.