Jonathan Altman

Dotcom Thousandaire

1 post tagged with "deployment"

(October 29, 2020)
tags: kubernetes, k8s, waypoint, devops, deployment, pipeline, minikube

TL;DR & Rationale

Using waypoint on your local machine via minikube is not that hard, but there are a few extra steps if:

  • You don't want to use their public service to publish URLs to your service
  • You want to use minikube (this may be an issue with kind too) and make sure container images are available. The Hashicorp docs are written assuming kind. I have not actually tested it out so I do not know if the things I had to do…