Step 1: Setup dependencies
You can skip directly to TLDR for the quickest start.
In this step, we will setup the dependencies for our project. We will use
docker
kubectl
helm
Note: For local setup make sure you have docker setup and running. Run
docker ps
to check if docker is running.
1.1) Installation
Run the following commands to get the dependencies installed.
npm install -g @starship-ci/cli
Run following command to install all the dependencies
starship install
1.2) Manual Installation
If you want to install the dependencies manually, please follow the instructions of each of the required dependencies