Skip to content

stephen2002119/tilt

Repository files navigation

Tilt TODO app

Instructions

We need to let tilt know that this is a local dev context so that it won't try to push images to DockerHub.

kubectl config current-context

Create a k3d cluster with a built-in registry

k3d cluster create todo --registry-create todo-registry

Get Port # for the registry

docker ps -f name=todo-registry

Push images to local registry

docker tag tilt-api:latest todo-registry.localhost:53645/tilt-api:latest
docker push todo-registry.localhost:53645/tilt-api:latest

Add the port # to line 2 of your k8s/Tiltfile
Spin up your dev env!

tilt up

Misc. Commands

k3d cluster list
k3d registry list

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •