Starship
Starship copied to clipboard
Create a compete development environment for developing Starship
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.
https://skaffold.dev/docs/pipeline-stages/deployers/helm/