{"id":21126511,"url":"https://github.com/lreimer/hands-on-tilt","last_synced_at":"2026-01-02T06:13:39.628Z","repository":{"id":71906662,"uuid":"459956463","full_name":"lreimer/hands-on-tilt","owner":"lreimer","description":"Demo repository for IX magazine article on Tilt and microservice development without pain. ","archived":false,"fork":false,"pushed_at":"2022-02-16T15:19:03.000Z","size":4794,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-03-05T15:02:16.275Z","etag":null,"topics":["cloud-native","developer-tools","development","microservice","tilt"],"latest_commit_sha":null,"homepage":"","language":"Starlark","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lreimer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-02-16T10:29:59.000Z","updated_at":"2022-02-16T13:28:05.000Z","dependencies_parsed_at":null,"dependency_job_id":"279b5898-3a12-4ef5-a95b-a92b256ac9a8","html_url":"https://github.com/lreimer/hands-on-tilt","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lreimer%2Fhands-on-tilt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lreimer%2Fhands-on-tilt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lreimer%2Fhands-on-tilt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lreimer%2Fhands-on-tilt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lreimer","download_url":"https://codeload.github.com/lreimer/hands-on-tilt/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243573168,"owners_count":20312879,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cloud-native","developer-tools","development","microservice","tilt"],"created_at":"2024-11-20T04:42:09.103Z","updated_at":"2026-01-02T06:13:39.586Z","avatar_url":"https://github.com/lreimer.png","language":"Starlark","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hands-on Tilt\n\nDemo repository for IX magazine article on Tilt and microservice development without pain. \n\nFirst, you need to install Tilt as described here: https://docs.tilt.dev/install.html\n\nCreate a `Tiltfile` in the project root and add the following content:\n```python\n# compile the binary\nlocal_resource('hello-tilt-go-compile',\n  'CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build',\n  dir='hello-tilt-go',\n  deps=['./hello-tilt-go/main.go'],\n  labels=['Go'])\n\n# build the Go image\ndocker_build('lreimer/hello-tilt-go', 'hello-tilt-go', \n  dockerfile='hello-tilt-go/Dockerfile',\n  only=['./hello-tilt-go', \"./favicon.ico\"])\n\n# deploy and port forward to pod\nk8s_yaml(['hello-tilt-go/k8s/deployment.yaml', 'hello-tilt-go/k8s/service.yaml'])\nk8s_resource(workload='hello-tilt-go', port_forwards='19090:9090', labels=['Go'])\n```\n\nThe run `tilt up` in the console and get into the flow. Once finished do a `tilt down`.\n\n## Maintainer\n\nM.-Leander Reimer (@lreimer), \u003cmario-leander.reimer@qaware.de\u003e\n\n## License\n\nThis software is provided under the MIT open source license, read the `LICENSE`\nfile for details.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flreimer%2Fhands-on-tilt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flreimer%2Fhands-on-tilt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flreimer%2Fhands-on-tilt/lists"}