Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 905 Bytes

README.md

File metadata and controls

40 lines (25 loc) · 905 Bytes

Alt text

Planet Express

Example use of Tilt with a NestJS backend, Postgres database, and Next frontend.

Helpful Resources


Collaborative Environments

  1. Run Tilt against a remote cluster (e.g your dev cluster)
  2. Add ingress routes for your frontend and backend services (e.g with k8s nginx ingress)
  3. Create a public DNS entry for your ingress (this can be done automatically using something like External DNS)

UtahJS Slack

Slack @gitclonedcush

Running

It only takes a single command to run the planet express tech stack.

tilt up

Destroying

tilt down

Completely delete your database with

kubectl delete pvc -n default data-postgresql-0