Starship icon indicating copy to clipboard operation
Starship copied to clipboard

Create a compete development environment for developing Starship

Open nascentcore-eng opened this issue 1 year ago • 1 comments

Context Currently there is no complete development environment to deploy Starship in one command One has to deploy starship onto a EKS cluster, this is very slow and error prone

Objective Come up a way to deploy Starship locally without any Kubernetes cluster support. And anyone can just edit the code and deploy the whole thing and see what happens

Proposed solution Use skaffold to deploy the Starship helm charts onto a Minikube cluster. And add instruction to use dev image as the development environment without needing to provision the localhost.

nascentcore-eng avatar Feb 28 '23 11:02 nascentcore-eng

https://skaffold.dev/docs/pipeline-stages/deployers/helm/

nascentcore-eng avatar Feb 28 '23 13:02 nascentcore-eng