Skip to content

tilt-dev/tilt-example-base-image

Repository files navigation

tilt-example-base-image

Build Status

Why

In microservice apps, you often have a base image that defines a shared set of language toolchains or dependencies. Then individual apps share the base image.

This repo shows a Tiltfile that builds a base image, then an app image, then deploys the app. When you make changes to the files, Tilt will live-update the app with your changes.

For a detailed explanation of this code, see the tutorial:

https://docs.tilt.dev/dependent_images.html

How

With a local Kubernetes environment, run:

tilt up

The view the app:

curl http://localhost:3000

License

Copyright 2020 tilt.dev

Licensed under the Apache License, Version 2.0

About

An example NodeJS app k8s

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors