josephnhtam / vsp-youtube-clone-microservices

A YouTube Clone microservices application built with .NET 7 and Angular 14.
Apache License 2.0
37 stars 6 forks source link

Feature: Skaffold #1

Open SorsOps opened 7 months ago

SorsOps commented 7 months ago

Looking through the project, I see that running it locally in a minikube cluster requires a bake and apply operation to build the images and then deploy them.

Can I potentially look into using Skaffold to provide a live development CI for checking the minikube application?

We should be able to use the existing Kustomization files and hook into the skaffold lifecycle hooks to inject the image name and tags.

The only limitation I've seen to this is the lack of cross platform support for an envsubst tool to interpolate the values