Skip to content
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

Documentation #986

Open
ashkank83 opened this issue Jun 11, 2020 · 3 comments
Open

Documentation #986

ashkank83 opened this issue Jun 11, 2020 · 3 comments

Comments

@ashkank83
Copy link

Hi All,
Thanks for this very interesting project.
I looked everywhere in the documents to get an understanding of the big picture but unfortunately couldn't find any. In particular I think it will be very useful to have documentation briefly explaining:
A. Different components/services and what is each on responsible for
B. A K8S deployment diagram showing the component and flow of requests between them inside the K8S cluster and from outside. For example, will be nice to know how Diameter traffic is coming into the cluster (is it via load balancer, node port, ..? ) and how does is it handled?

Please direct me toward the right direction if I have missed it. Thanks

@la3lma
Copy link
Member

la3lma commented Jul 5, 2020 via email

@ashkank83
Copy link
Author

Hi Bjørn,

Thanks for the reply. I'm sorry to hear about the project not being active, the idea certainly are very interesting and the timelines you mentioned in your reply regarding having MVNOs up and running are rather impressive.
I'm in process of putting together a POC for design of Diameter end point which should be hosted inside our K8S cluster (to benefit from orchestration, ...) and is responsible to :
A. Do capability exchange with network elements
B. maintain connection with other peers (i.e. P-GW)
C. converts incoming Diameter traffic into gRPC calls and send them to OCS or other services inside our K8S

Above seems to be very similar to the ideas that I saw in your project. challenge for me right now is to prove (and find out) Diameter traffic can be handled in K8S via load balancer (or any other services).
I wonder what happens when K8S decides to kill such Diameter pod or we want to increase number of pods (or decrease), AFAIK Diameter peers need direct (p2p) connection and not sure what will happen if this connection is to a K8s Service IP address rather than the pod itself.

Anyway. once again thanks a lot for the reply and very interesting project you have shared here.

@la3lma
Copy link
Member

la3lma commented Jul 6, 2020 via email

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

No branches or pull requests

2 participants