- Kubernetes: The quickest way to get setup with one is through
docker for mac
or a managed setup through GKE/AKS/EKS. - Tilt: This is used to hot reload the integration and make it easier to test changes incrementally. We can also preview what type of telemetry we'll be exposing to end users because it mimics the customer setup.
- Create a Kubernetes integration.
- Fill out the
.env
file with the appropriate values. - Run
tilt up
. - Press
s
for log streaming orspace
to get a browser application to explore the logs. - Verify integration jobs are being kicked off in your Kubernetes integration.