tilt
Manage Tilt development environments
๋ํ ๋ค์์์ ์ฌ์ฉํ ์ ์์ต๋๋ค: 0xBigBoss
Tilt accelerates Kubernetes development with live reloading and unified workflows. This skill provides essential CLI commands and Tiltfile API references for efficient container-based development.
์คํฌ ZIP ๋ค์ด๋ก๋
Claude์์ ์ ๋ก๋
์ค์ โ ๊ธฐ๋ฅ โ ์คํฌ โ ์คํฌ ์ ๋ก๋๋ก ์ด๋
ํ ๊ธ์ ์ผ๊ณ ์ฌ์ฉ ์์
ํ ์คํธํด ๋ณด๊ธฐ
"tilt" ์ฌ์ฉ ์ค์ ๋๋ค. Start tilt up in a tmux session for this project
์์ ๊ฒฐ๊ณผ:
- Started tilt in tmux session: myproject
- Tilt dashboard available at: http://localhost:10350
- Resources will auto-reload on file changes
๋ณด์ ๊ฐ์ฌ
์์ Pure documentation/reference skill containing only Markdown files. No executable code, network calls, file system access, or command execution capabilities. The skill provides reference material for Tilt CLI and Tiltfile API usage.
ํ์ง ์ ์
๋ง๋ค ์ ์๋ ๊ฒ
Accelerate local development
Set up live-reloading development environments that sync code changes to containers without full rebuilds
Configure build workflows
Define Tiltfiles with docker builds, k8s resources, and custom commands for multi-service applications
Run tilt ci for automation
Execute batch builds that wait for all resources to reach steady state before exiting
์ด ํ๋กฌํํธ๋ฅผ ์ฌ์ฉํด ๋ณด์ธ์
Start tilt up in a tmux session for this project
Show me the status of all Tilt resources and identify any that are errored
Get the last 50 lines of logs from the api resource
Write a Tiltfile that builds a docker image, applies k8s manifests, and sets up port forwarding
๋ชจ๋ฒ ์ฌ๋ก
- Always run tilt up in tmux to survive Claude Code session reloads
- Use live_update steps for fast synchronization instead of full rebuilds
- Verify updates propagated by checking tilt logs after saving files
ํผํ๊ธฐ
- Manually restarting tilt up after every file change - let live reload handle it
- Running tilt up directly in foreground without tmux
- Using TRIGGER_MODE_MANUAL for all resources when auto mode would work better