Skip to content

Feature/python tutorial service#2

Open
CebotariM wants to merge 2 commits intomasterfrom
feature/python_tutorial_service
Open

Feature/python tutorial service#2
CebotariM wants to merge 2 commits intomasterfrom
feature/python_tutorial_service

Conversation

@CebotariM
Copy link

Added python default project as a service for tilt

@gganebnyi
Copy link
Member

Should DB and cache files be a part of commit?

@cvelinciuc
Copy link
Collaborator

@CebotariM The goal of this project is to demonstrate how different micro-services can communicate within a Kubernetes cluster via NATS message bus.
Your service shouldn't expose any ports, as it is not supposed to be accessible to the "outside world".
Instead, all the requests are being handled by the gateway service, which is the main and only public entry-point to our cluster.
The gateway, then, forwards all the requests to the microservices, and returns their responses.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants