Skip to content
This repository has been archived by the owner on Oct 9, 2024. It is now read-only.

Latest commit

 

History

History
21 lines (16 loc) · 841 Bytes

development.md

File metadata and controls

21 lines (16 loc) · 841 Bytes

Development

Documentation

Prerequisites

  • 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.
  1. Create a Kubernetes integration.
  2. Fill out the .env file with the appropriate values.
  3. Run tilt up.
  4. Press s for log streaming or space to get a browser application to explore the logs.
  5. Verify integration jobs are being kicked off in your Kubernetes integration.