- Generated by Word Cloud.
make init-docker
simply run make
make
this will build within docker env, and out put executable in bin folder.
make image
make kind-cluster
make push
make kind-deploy-rpc
make kind-deploy-api
kubectl get svc/zero-rest-service -o=jsonpath='{.status.loadBalancer.ingress[0].ip}'
Replace url with IP in prev step
curl -X GET http://$(LB_IP):8888/users
Simple script under test folder after robot env was setup run
cd test
python -m venv
source venv/bin/activate
cd ..
make robot-test