240 - How to deploy on local
Hello, I'd like to test gRPC vs REST vs GraphQL on local env. I wanted to extend this comparision to WebSockets, Server-Sent Events and Event-Driven Architecture. I tried minicube locally but I cant get it through, any video I should watch to make it work?
The easiest way is to use Minikube locally and deploy these applications using the 'deploy' folder, just adjust the resource block or simply remove it.
The easiest way is to use Minikube locally
Docker Desktop also includes support for Kubernetes. It would be great to have instructions on how to run tutorials locally.
@antonputra is there code for testers? As far i understand they are only on ur repo on quay.io, yes? Or I am missing something?
I'd like to test it locally, but I need to write another tester fe. for websockets, also DB schema is not there, only connection to ur PGDB?
well you can just use a loop and query those apis, db schema? well i have for other tests - https://github.com/antonputra/tutorials/tree/main/lessons/244/migration
But the tester for REST wont work for websockets, I'm right?
It seems its hard to extend this comparision for other methods like kafka/websockets/etc. without access to code of testers, but maybe I'm missing something