- install Earthly
- install Minikube
- run
minikube start
- clone the repository
- run at the root of the cloned repository
earthly +k8s-image
- run
make cluster-up
to start the cluster. To stop the cluster just runmake cluster-down
- run
kubectl port-forward service/accounts 50051:50051
. With any gRPC client you can access the service. The service definitions is here