This repository contains the Tiltfile used in the Code Fast and Test Accurately Without Kubectl talk at Rejekts NA 2019. The Tiltfile automates the build and deploy steps of the Linkerd control planei.
- Presentation slide: https://cfp.cloud-native.rejekts.io/media/Rejekts_NA_2019_-_Linkerd__Tilt_i7tr018.pdf
- Presentation recording: Coming soon
The project is tested with the following software:
To get started, copy the following files to your Linkerd fork:
Copy from | Copy to |
---|---|
Tiltfile |
Linkerd project root folder |
tilt_options.json |
Linkerd project root folder |
.tiltignore |
Linkerd project root folder |
bin/_tilt |
Linkerd project bin folder |
When ready, run:
$ tilt up
When done:
$ tilt down