Skip to content
/ bots Public

Demonstrates Development Environment as Code using Dagger.io, Tilt and Docker Desktop

Notifications You must be signed in to change notification settings

hivenetes/bots

Repository files navigation

Bots: more than an App

This project will help you create a streamlined microservices development workflow for Kubernetes.

We have leveraged popular tools such as Tilt, Docker Desktop, and dagger-rs to achieve this.

Before you begin >>

bots

Prerequisites

Local Development using Tilt

  • Copy the tilt_config.json from tilt-resources/ to root dir

    cp tilt-resources/local/tilt_config_local.json tilt_config.json
  • Start Tilt:

     tilt up
     # Open the UI on a browser at http://localhost:10350/
  • Once the development is done, stop Tilt

    # Cleans up all the resources specified in the Tiltfile
    tilt down

Overview of the Development workflow

df