-
Is there any document describing the networking model? |
Beta Was this translation helpful? Give feedback.
Answered by
ustiugov
Jun 21, 2021
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ustiugov
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hi @xiregele, thank you for your interest in vHive.
To understand the function invocation part of networking, you may refer to the diagram from the main README:
As for user code inside functions, it can freely access any resources in the same k8s cluster or in the internet. However, note that vHive doesn't support inbound connections to function instances. If you need to expose function instances to the outside world, you need to configure the iptables separately.
It would be great if you could briefly introduce yourself (e.g., mention which organization or university do you work for) and describe your usage scenario so that we could provide more specific support to you. Feel free to DM …