# Clone repository
git clone https://github.com/arielroque/stellaris.git
cd stellaris
# Start cluster and registry
./start_cluster.sh
./demo.sh --deploy
# See another Commands:
# ./demo.sh --help
kubectl port-forward client-api-0 -n spire 8080:8080
minikube service client-api -n spire
curl https://localhost:3001/quotes
curl: (60) SSL certificate problem: unable to get local issuer certificate
More details here: https://curl.haxx.se/docs/sslcerts.html
curl failed to verify the legitimacy of the server and therefore could not
establish a secure connection to it. To learn more about this situation and
how to fix it, please visit the web page mentioned above.