-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
240 - How to deploy on local #420
Comments
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. |
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 |
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 text was updated successfully, but these errors were encountered: